|
Well you'll probally need to make your headtags file a php file and do something like this
<?
if ( THIS_SCRIPT == "showphoto" ) {
echo <<<PPPRINT
<meta name="keywords" content="$title,$keywords" />
<meta name="description" content="$description" />
PPPRINT;
}
?>
|