Quote:
Originally Posted by AzianStang
Well I thoroughly searched for 20 minutes and used the Find function and still couldn't find it.
All I could find was $phrasegroups = array('cphome'); is this the same thing?
|
eh?
forums/index.php
Code:
// #################### DEFINE IMPORTANT CONSTANTS #######################
define('THIS_SCRIPT', 'index');
// ################### PRE-CACHE TEMPLATES AND DATA ######################
// get special phrase groups
$phrasegroups = array('holiday','adv_gallery');
// get special data templates from the datastore
$specialtemplates = array(
'userstats',
'birthdaycache',
'maxloggedin',
'iconcache',
'eventcache',
'mailqueue',
'gallery_c_cache',
'adv_gallery_opt',
'gallery_ugroups'
);