Changeset 1624 for trunk/index.php


Ignore:
Timestamp:
Dec 2, 2006, 12:31:19 AM (17 years ago)
Author:
rub
Message:

Resolved Issue ID 0000299:

o Add (new) icon of parent category with children categories including new images
o Improved display text for images count
o Improved (a little) mass_* functions

More explications on the forum.
You must call directly upgrade_feep.php (http://127.0.0.1/BSF/upgrade_feed.php for example)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r1623 r1624  
    108108}
    109109
    110 $icon_recent = get_icon(date('Y-m-d'));
    111 
    112110if (!isset($page['chronology_field']))
    113111{
     
    164162$template->assign_vars(
    165163  array(
    166     'TITLE' => $template_title,
    167     'TOP_NUMBER' => $conf['top_number'],        // still used ?
    168     'T_RECENT' => $icon_recent,                 // still used ?
     164    'TITLE' => $template_title
    169165    )
    170166  );
Note: See TracChangeset for help on using the changeset viewer.