Hey Guys,
Im trying to add a php code that will show up under the navigation bar and the php code is the following:
PHP Code:
<?php
if ( isset($_GET['f']) )
{
if ( $_GET['f'] == 34 )
{
echo '<center>test</center>';
}
}
?>
Now for some reason it remove the navigation bar and when i add that code under all of the code thats in the template navbar i get this warning from VB.
Quote:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /srv/www/vhosts/forums.****.co.uk/httpdocs/includes/adminfunctions_template.php(3596) : eval()'d code on line 215
|
Can anyone help me please?