aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 1 insertions, 5 deletions
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
)
);