--- index.php 2001/09/29 12:56:31 1.16 +++ index.php 2001/10/02 16:18:09 1.17 @@ -85,6 +85,9 @@ } else if ($section == "zanimljivo") { $section_name = "Zanimljivosti"; $inc = "pgZanimljivosti"; + } else if ($section == "lozinka") { + $section_name = "Promjena lozinke"; + $inc = "pgLozinka"; } } else { if ($section == "home") { @@ -201,6 +204,7 @@ $tpl->assign("banner_alt", $banneri[$idx]["alt"]); $tpl->assign("banner_url", "?redir=".($idx + 1)); $tpl->assign("show", $show ? true : false); + $tpl->assign("date", strftime("%d.%m.%Y.")); $tpl->display($main_template); include_once("inc/tracker.php"); ?>