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/www/views/header.php

    r852 r872  
    33require_once(IA_ROOT_DIR.'www/views/sitewide.php'); 
    44require_once(IA_ROOT_DIR.'www/views/utilities.php'); 
     5require_once(IA_ROOT_DIR.'www/macros/macro_calendar.php'); 
    56 
    67// Basic view checks. 
     
    8990    </div> 
    9091 
     92    <div id="calendar"> 
     93        <?= macro_calendar() ?> 
     94    </div> 
     95 
    9196    <?php if (identity_is_anonymous()) { ?> 
    9297    <div id="login"> 
Note: See TracChangeset for help on using the changeset viewer.