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

Contents of /inc/author.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Wed Oct 10 12:40:58 2001 UTC (22 years, 6 months ago) by ravilov
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Improved Arhiva, Alergijski semafor and Home. Added a second Q&A page (test version). Other improvements & bugfixes.

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