Changeset 872 for trunk/smf/SSI.php


Ignore:
Timestamp:
12/24/07 23:12:31 (4 years ago)
Author:
bogdanpasoi@…
Message:

Added calendar to sidebar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/smf/SSI.php

    r869 r872  
    17561756                $return[$mday][count($array) - 1]['is_last'] = true; 
    17571757 
    1758         if ($output_method != 'echo' || empty($return)) 
     1758        if ($output_method != 'echo') 
    17591759                return $return; 
    17601760 
     
    17651765        foreach ($return as $mday => $array) 
    17661766    { 
    1767         echo '<div class="date">'.strftime("%A, %d %B", strtotime($mday)).'</div>'; 
     1767        echo '<div class="date">'.strftime("%A, %d %b %Y", strtotime($mday)).'</div>'; 
    17681768                foreach ($array as $event) 
    17691769                { 
Note: See TracChangeset for help on using the changeset viewer.