Hey everyone. I want to change the following:
if ($pageNav->limit < $pageNav->total)
puarcade_html::WritePagination($url,$pageNav);
echo "<center><br><br><a href=".$livesite."/index.php?option=".$option."&Itemid=".$Itemid."><< Choose Another Game</a></center>";
to this:
if ($pageNav->limit < $pageNav->total)
puarcade_html::WritePagination($url,$pageNav);
echo "<center><br><br><a href="http://novatrader.net/index.php?option=com_puarcade&Itemid=51"><< Choose Another Game</a></center>";
But everytime I get this error:
Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/content/s/o/l/username/html/components/com_puarcade/puarcade.html.php on line 125
Any help would be apprecaited. Thanks!