Ignore:
Timestamp:
Mar 28, 2006, 4:16:34 AM (18 years ago)
Author:
rvelices
Message:

moved category.php to index.php

split url functions from functions.inc.php to functions_url.inc.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_calendar.inc.php

    r1094 r1109  
    179179
    180180  $must_show_list = true; // true until calendar generates its own display
    181   if (basename($_SERVER['SCRIPT_FILENAME']) == 'category.php')
     181  if (basename($_SERVER['SCRIPT_FILENAME']) != 'picture.php')
    182182  {
    183183    $template->assign_block_vars('calendar', array());
Note: See TracChangeset for help on using the changeset viewer.