/[corp_html]/inc/banner.inc
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/banner.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Mon Oct 1 14:05:16 2001 UTC (22 years, 7 months ago) by dpavlin
Branch: MAIN
banner support, new multi-page support (with back-end)

1 <?
2
3 if ($section == "index" || $section=="careers") {
4 $smarty->assign("left_banner",'
5 <div align="center" class="silver">
6 <a href="multi.php?p=1">
7 <img src="banner/Scholarships.gif" border=0>
8 </a>
9 <br>click on banner to find out more
10 </div>
11 ');
12 }
13
14 ?>

  ViewVC Help
Powered by ViewVC 1.1.26