Changeset 1676

Show
Ignore:
Timestamp:
11/04/2007 04:11:06 PM (14 months ago)
Author:
jeena
Message:

fixed monthname

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/archive.php

    r1636 r1676  
    107107     if (($last_month != $daten['month']) OR ($last_year != $daten['year'])) { 
    108108            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"; 
    110110            $c['main'] .= "    <div class='archive'>\n"; 
    111111            // set last month and year to values of current post