Changeset 1676
- Timestamp:
- 11/04/2007 04:11:06 PM (14 months ago)
- Files:
-
- 1 modified
-
trunk/archive.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive.php
r1636 r1676 107 107 if (($last_month != $daten['month']) OR ($last_year != $daten['year'])) { 108 108 if ($last_month) { $c['main'] .= " </div>\n"; } 109 $c['main'] .= " <h3>".array_search($ mon, $months)." ".$daten['year']."</h3>\n";109 $c['main'] .= " <h3>".array_search($daten['month'], $months)." ".$daten['year']."</h3>\n"; 110 110 $c['main'] .= " <div class='archive'>\n"; 111 111 // set last month and year to values of current post
