|
<?php
if (!$search_result) {
echo "{SITE_TITLE}";
} else {
$profile[gender]; }
?>
Poor coding but you get the idea.
It may also be that the templates are unable to run php within them - so you would need to go back into the script itself and modify it to make the switch there.
|