Warning: Smarty error: unable to read resource: "mollio-D/generic_main.tpl" in /hsphere/local/home/tomstewa/autumnthunder.com/pigskin/Smarty.class.php on line 1095
Can someone explain to me what I am doing incorrectly?
I changed the template throught the template area in the admin section.
No matter what page I try to go to I get the error.
I even tried to change it in the config.php file to:
Code:
// ---
//Template
//define('The_Template', 'skidoo_too');
define('Allow_User_Change_Templates', true); // true or false
if(isset($_COOKIE['template'])){
$thetemp = $_COOKIE['template'];
} else {
$thetemp = "mollio-D";
}
define('The_Template', $thetemp);
// ---




Linear Mode

