blob: 81eb6810dec49244c3d1579ba3d70ea6ef0aaa49 (
plain)
1
2
3
4
5
6
|
<?php
// site skin specific html head
$SSSHH = '';
//$SSSHH .= '<meta name="robots" content="index,follow" />'."\n";
//$SSSHH .= '<link rel="shortcut icon" href="/favicon.ico" />'."\n";
?>
|