BUT, I could use a touch of that all familiar epic insight from the n13 crew! Hears the thing. I am wanting to display different date/time formats on different pages. For example...
<?php
$news_layout = '0';
$comments_layout = '2';
$newstimeformat = '%m.%y';
$template = 'home';
$cat[] = 'blog';
$nppage = '5';
include 'news/index.php';
?>
<?php
$newstimeformat = '%m.%y';
$commentstimeformat = '%m.%y';
include 'news/index.php';
?>
