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

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

revision 1.15 by dpavlin, Mon Oct 1 14:05:16 2001 UTC revision 1.16 by dpavlin, Tue Oct 2 07:45:45 2001 UTC
# Line 6  $smarty = new Smarty; Line 6  $smarty = new Smarty;
6    
7  $smarty->assign( array ( Title=>"Pliva d.d." ) );  $smarty->assign( array ( Title=>"Pliva d.d." ) );
8    
 include("common.inc");  
   
9  include("section.inc");  include("section.inc");
10  $smarty->assign("section",$section);  
11    include("common.inc");
12    
13  $main_file="./html/Careers-";  $main_file="./html/Careers-";
14  if (file_exists($main_file.$part.".htm")) {  if (file_exists($main_file.$part.".htm")) {

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

  ViewVC Help
Powered by ViewVC 1.1.26