Quote:
Originally Posted by NittoMOD
Sorry to sound like a noob but do i add this to the config.php?
PHP Code:
// add Mosh's datastore to specialtemplates, so it is loaded on with the main datastore
$GLOBALS['specialtemplates'][] = 'ms_datastore';
5
Do i need to put a ; after the 5?
Thanks again!
|
You are mixing things up - you have only to paste the following into
config.php:
PHP Code:
// add Mosh's datastore to specialtemplates, so it is loaded on with the main datastore
$GLOBALS['specialtemplates'][] = 'ms_datastore';