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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Thu Oct 4 14:59:34 2001 UTC (22 years, 6 months ago) by ravilov
Branch: MAIN
Changes since 1.1: +10 -10 lines
Added the archive. Some more bug fixes.

1 <?php
2 if ($isMed && $isReg) {
3 $banneri = array(
4 // array("slika" => "gastal.gif", "alt" => "Gastal", "url" => "http://www.gastal.com.hr/"),
5 array("slika" => "tonocardin.gif", "alt" => "Tonocardin", "url" => "http://www.tonocardin.com.hr/"),
6 array("slika" => "enazil.gif", "alt" => "Enazil", "url" => "http://www.enazil.com.hr/")
7 // array("slika" => "plivitc.gif", "alt" => "Plivit C", "url" => "http://www.plivitc.com.hr/"),
8 // array("slika" => "bisolex.gif", "alt" => "Bisolex", "url" => "http://www.bisolex.com.hr/"),
9 // array("slika" => "andolc.gif", "alt" => "Andol C", "url" => "http://www.andolc.com.hr/"),
10 );
11 } else {
12 $banneri = array(
13 array("slika" => "gastal.gif", "alt" => "Gastal", "url" => "http://www.gastal.com.hr/")
14 // array("slika" => "plivitc.gif", "alt" => "Plivit C", "url" => "http://www.plivitc.com.hr/"),
15 // array("slika" => "bisolex.gif", "alt" => "Bisolex", "url" => "http://www.bisolex.com.hr/"),
16 // array("slika" => "andolc.gif", "alt" => "Andol C", "url" => "http://www.andolc.com.hr/")
17 // array("slika" => "viponline.gif", "alt" => "VIPonline", "url" => "http://www.vip.hr/"),
18 // array("slika" => "globalnet.gif", "alt" => "GlobalNET", "url" => "http://www.globalnet.hr/")
19 );
20 }
21 ?>

  ViewVC Help
Powered by ViewVC 1.1.26