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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Wed Sep 19 12:23:56 2001 UTC (22 years, 8 months ago) by ravilov
Branch: MAIN
Added thefilez/med/ (PLIVAmed site). Other major changes...

1 ravilov 1.1 <?php
2     include_once("inc/Smarty.class.php");
3     include_once("inc/Smarty.local.php");
4     function GetAuthor($pic = "", $alt = "", $info = "", $width = 0, $height = 0) {
5     $t = new Smarty();
6     global $aupicdir;
7     $t->assign("aupicdir", "$aupicdir/");
8     $t->assign("url", $pic);
9     $t->assign("alt", $alt);
10     $t->assign("info", nl2br($info));
11     $t->assign("width", $width);
12     $t->assign("height", $hight);
13     return $t->fetch("author.tpl");
14     }
15     ?>

  ViewVC Help
Powered by ViewVC 1.1.26