Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of S Lake | > | Hyena Template Engine | > | tags.php | > | Download | ||
|
Download |
<?php /* This is the array of the template tags, note what order they are in as the replacements in the template replacement array need to be in that order */ $templatags = array("<--DATE-->","<--URL-->","<--IMAGES-->"); /* This is the replacement array */ $templareps = array(strftime("%B %d, %Y,<br> %H:%M:%S",time()),URL,"images/"); ?> |