Changeset 872
- Timestamp:
- 12/24/07 23:12:31 (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
smf/SSI.php (modified) (2 diffs)
-
www/views/header.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/smf/SSI.php
r869 r872 1756 1756 $return[$mday][count($array) - 1]['is_last'] = true; 1757 1757 1758 if ($output_method != 'echo' || empty($return))1758 if ($output_method != 'echo') 1759 1759 return $return; 1760 1760 … … 1765 1765 foreach ($return as $mday => $array) 1766 1766 { 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>'; 1768 1768 foreach ($array as $event) 1769 1769 { -
trunk/www/views/header.php
r852 r872 3 3 require_once(IA_ROOT_DIR.'www/views/sitewide.php'); 4 4 require_once(IA_ROOT_DIR.'www/views/utilities.php'); 5 require_once(IA_ROOT_DIR.'www/macros/macro_calendar.php'); 5 6 6 7 // Basic view checks. … … 89 90 </div> 90 91 92 <div id="calendar"> 93 <?= macro_calendar() ?> 94 </div> 95 91 96 <?php if (identity_is_anonymous()) { ?> 92 97 <div id="login">
Note: See TracChangeset
for help on using the changeset viewer.
![[infoarena] development](/chrome/site/logo.png)