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

Diff of /results.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by dpavlin, Mon Mar 5 15:06:53 2001 UTC revision 1.6 by dpavlin, Mon Mar 5 15:16:49 2001 UTC
# Line 1  Line 1 
1  <?php  <?php
2  require("Smarty.class.php");  require("Smarty.class.php");
 require("conn.inc");  
3    
4  $smarty = new Smarty;  $smarty = new Smarty;
5    
6  $smarty->assign( array ( Title=>"Pliva d.d." ) );  $smarty->assign( array ( Title=>"Pliva d.d." ) );
7    
8  $section="investor";  if (isset($from)) {
9            $section=$from;
10    } else {
11            $section="investor";
12    }
13    
14    require("conn.inc");
15    
16  $title="INVESTOR'S PAGE";  if ($section == "new") {
17            $title="What's New";
18            $lpic="new"; $lext=".jpg";
19            $mpic="new.gif";
20    } else {
21            $title="INVESTOR'S PAGE";
22            $lpic="investor"; $lext=".jpg";
23            $mpic="investors.gif";
24    }
25  if ($menu_item) $title.=" : $menu_item";  if ($menu_item) $title.=" : $menu_item";
 $lpic="investor"; $lext=".jpg";  
 $mpic="investors.gif";  
26    
27  $main_file="results";  $main_file="results";
28    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.26