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

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

revision 1.8 by dpavlin, Sat Mar 17 16:40:55 2001 UTC revision 1.10 by dpavlin, Mon Apr 8 11:12:34 2002 UTC
# Line 10  $section="investor"; Line 10  $section="investor";
10    
11  $smarty->assign("section",$section);  $smarty->assign("section",$section);
12    
13  $title="INVESTOR'S PAGE";  include("section.inc");
 $lpic="investor"; $lext=".jpg";  
 $mpic="investors.gif";  
   
 if ($menu_item) $title.=" : $menu_item";  
14    
15  $smarty->assign( array ( lpic=>$lpic, lext=>$lext, mpic=>$mpic, Section_title=>$title ) );  $smarty->assign( array ( lpic=>$lpic, lext=>$lext, mpic=>$mpic, Section_title=>$title ) );
16    
# Line 36  if ($part == "analyst") { Line 32  if ($part == "analyst") {
32  }  }
33  $smarty->assign("MAIN",$main);  $smarty->assign("MAIN",$main);
34    
35    include("inc/newsletter.php");
36    
37  $smarty->display("index.tpl");  $smarty->display("index.tpl");
38  ?>  ?>

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.26