/[health_html]/index.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /index.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by ravilov, Sat Sep 29 12:56:31 2001 UTC revision 1.17 by ravilov, Tue Oct 2 16:18:09 2001 UTC
# Line 85  Line 85 
85                  } else if ($section == "zanimljivo") {                  } else if ($section == "zanimljivo") {
86                          $section_name = "Zanimljivosti";                          $section_name = "Zanimljivosti";
87                          $inc = "pgZanimljivosti";                          $inc = "pgZanimljivosti";
88                    } else if ($section == "lozinka") {
89                            $section_name = "Promjena lozinke";
90                            $inc = "pgLozinka";
91                  }                  }
92          } else {          } else {
93                  if ($section == "home") {                  if ($section == "home") {
# Line 201  Line 204 
204          $tpl->assign("banner_alt", $banneri[$idx]["alt"]);          $tpl->assign("banner_alt", $banneri[$idx]["alt"]);
205          $tpl->assign("banner_url", "?redir=".($idx + 1));          $tpl->assign("banner_url", "?redir=".($idx + 1));
206          $tpl->assign("show", $show ? true : false);          $tpl->assign("show", $show ? true : false);
207            $tpl->assign("date", strftime("%d.%m.%Y."));
208          $tpl->display($main_template);          $tpl->display($main_template);
209          include_once("inc/tracker.php");          include_once("inc/tracker.php");
210  ?>  ?>

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.26