/[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.1 - (show annotations)
Fri Sep 28 23:34:37 2001 UTC (22 years, 7 months ago) by ravilov
Branch: MAIN
Added some new pages to PLIVAmed. Some bugfixes.

1 <?php
2 if ($isMed && $isReg) {
3 $banneri = array(
4 // array("slika" => "gastal.gif", "alt" => "Gastal", "url" => "http://www.plivahealth.com/gastal/"),
5 array("slika" => "tonocardin.gif", "alt" => "Tonocardin", "url" => "http://www.plivahealth.com/tonocardin/"),
6 array("slika" => "enazil.gif", "alt" => "Enazil", "url" => "http://www.plivahealth.com/enazil/")
7 // array("slika" => "plivitc.gif", "alt" => "Plivit C", "url" => "http://www.plivitc.com/"),
8 // array("slika" => "bisolex.gif", "alt" => "Bisolex", "url" => "http://www.bisolex.com/"),
9 // array("slika" => "andolc.gif", "alt" => "Andol C", "url" => "http://www.andolc.com/"),
10 );
11 } else {
12 $banneri = array(
13 array("slika" => "gastal.gif", "alt" => "Gastal", "url" => "http://www.plivahealth.com/gastal/")
14 // array("slika" => "plivitc.gif", "alt" => "Plivit C", "url" => "http://www.plivitc.com/"),
15 // array("slika" => "bisolex.gif", "alt" => "Bisolex", "url" => "http://www.bisolex.com/"),
16 // array("slika" => "andolc.gif", "alt" => "Andol C", "url" => "http://www.andolc.com/")
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