/[hr-web]/main.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 /main.php

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

revision 1.2 by dpavlin, Wed Apr 25 13:18:46 2001 UTC revision 1.3 by ravilov, Fri Jun 15 09:39:04 2001 UTC
# Line 5  Line 5 
5          $tpl->assign("page", $page);          $tpl->assign("page", $page);
6          for ($i = 0; $i < count($pages); $i++)          for ($i = 0; $i < count($pages); $i++)
7                  $tpl->assign("page_".$i, $pages[$i].Params($i));                  $tpl->assign("page_".$i, $pages[$i].Params($i));
8            $dir = dirname($PHP_SELF)."/";
9          $tpl->assign("page_logout", $dir);          $tpl->assign("page_logout", $dir);
10          $tpl->show();          $tpl->show();
11  ?>  ?>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26