/[health_html]/inc/links.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

Annotation of /inc/links.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Fri Aug 3 09:12:42 2001 UTC (22 years, 9 months ago) by ravilov
Branch: MAIN
Branch point for: pliva
Initial revision

1 ravilov 1.1 <?php
2     include_once("inc/Smarty.class.php");
3     include_once("inc/Smarty.local.php");
4     function GetLinks($read, $more, $id, $cat, $name) {
5     $t = new Smarty();
6     global $section;
7     $t->assign("section", $section);
8     $t->assign("id", $id);
9     $t->assign("cat", $cat);
10     $t->assign("name", $name);
11     $t->assign("read", $read);
12     $t->assign("more", $more);
13     return $t->fetch("links.tpl");
14     }
15     ?>

  ViewVC Help
Powered by ViewVC 1.1.26