I installed my joomla installtion on a new server, using your template j51_precense
and now i get this following error:
Parse error: syntax error, unexpected T_STRING in /templates/j51_presence/index.php on line 2
Before that i created the homepage on my own server and everything was ok.
First i thought, it would be a php problem, but i think there is everything alright.
I use joomla 2.5.11 and php version is 5.3.3
Here is the code from line 1 to 3:
<?php/*================================================================*\|| # Copyright (C) 2011 Joomla51. All Rights Reserved.|||| # license - PHP files are licensed under GNU/GPL V2 |||| # license - CSS - JS - IMAGE files are Copyrighted material |||| # Website: http://www.joomla51.com ||\*================================================================*/
defined('_JEXEC') or die;
JHTML::_('behavior.mootools');