
Originally Posted by
Royal
Re: Date displayed in the header
Hello Clyde,
How did you add the date in the header? I love that!
P.S. Great template
If you're talking about the code implementation, I used the locale settings in english.php
Code:
<div class="date"><?php echo strftime(DATE_FORMAT_LONG);?></div>
The positioning/styling is handled in the stylesheet.css
Bookmarks