Need to use <?php ?> format
-
In your current version of this theme, there are a number of statements that do not use the
<?php ?>format. Instead, they use<? ?>(no ‘php’). This will break on most default installations of PHP where ASP-style tagging is turned off.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Need to use <?php ?> format’ is closed to new replies.