setpath('template', 'templates'); /** * XXX: this probably doesn't belong here */ function maybe_show_date($str) { list($date, $time) = split(' ', $str); if ($date == date('Y-m-d')) { return $time; } else { return '' . $time . ''; } } ?>