Re: Single Menu Page with Bv and PHP
You can do this much easier if the pages are .php.
Just a line of text that will automatically update each year.
Add the following text at the botom of your page:
© Copyright '.date('Y').' TheMuscleProgram.com All Rights Reserved
Right click it, select HTML and add the following codes in the Before and After Tags:4
Before Tag:
<?php echo '
After tag:
';
?>
Don't miss the quotes or it will not work.
You can do this much easier if the pages are .php.
Just a line of text that will automatically update each year.
Add the following text at the botom of your page:
© Copyright '.date('Y').' TheMuscleProgram.com All Rights Reserved
Right click it, select HTML and add the following codes in the Before and After Tags:4
Before Tag:
<?php echo '
After tag:
';
?>
Don't miss the quotes or it will not work.
Comment