can someone tell me what is the reason that strig C_TEMP to be in all my files??!?!?
include_once 'templates/'.C_TEMP.'/config.php';
include_once 'templates/'.C_TEMP.'/header.php';
i can see only on my computer the site, when i try to reach the site form other PC I can not.
I edit the site with Macromedia Dreamweaver, is that program the reason or something else?
And one other problem.
Parse error: syntax error, unexpected ',', expecting ')' in /users/perfect/public_html/include/functions.inc.php on line 639
here is the line in the code:
if(isset($COOKIE['TemplateName']) && file_exists(C_PATH.'/templates/'.$COOKIE['TemplateName'].'/config.php')) @define(,$_COOKIE['TemplateName']);
thank you