/[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

Contents of /main.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Wed Apr 25 13:18:46 2001 UTC (22 years, 11 months ago) by dpavlin
Branch: MAIN
Changes since 1.1: +2 -10 lines
promjene za finalnu verziju

1 <?
2 include("inc/global.php");
3 if (!Auth()) exit;
4 $tpl = new MySmarty;
5 $tpl->assign("page", $page);
6 for ($i = 0; $i < count($pages); $i++)
7 $tpl->assign("page_".$i, $pages[$i].Params($i));
8 $tpl->assign("page_logout", $dir);
9 $tpl->show();
10 ?>

  ViewVC Help
Powered by ViewVC 1.1.26