From 63638b9b6dcdcef8baf5363419f0f6c5130c62df Mon Sep 17 00:00:00 2001 From: rub Date: Fri, 1 Dec 2006 23:31:19 +0000 Subject: 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) git-svn-id: http://piwigo.org/svn/trunk@1624 68402e56-0260-453c-a942-63ccdbb3a9ee --- index.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index e4d5232e6..30e8be9d9 100644 --- a/index.php +++ b/index.php @@ -107,8 +107,6 @@ if (isset($page['cat_nb_images']) and $page['cat_nb_images'] > 0) $template_title.= ' ['.$page['cat_nb_images'].']'; } -$icon_recent = get_icon(date('Y-m-d')); - if (!isset($page['chronology_field'])) { $chronology_params = @@ -163,9 +161,7 @@ include(PHPWG_ROOT_PATH.'include/menubar.inc.php'); $template->assign_vars( array( - 'TITLE' => $template_title, - 'TOP_NUMBER' => $conf['top_number'], // still used ? - 'T_RECENT' => $icon_recent, // still used ? + 'TITLE' => $template_title ) ); -- cgit v1.2.3