--- contact.php 2001/03/27 10:26:34 1.12 +++ contact.php 2001/10/01 14:05:16 1.13 @@ -6,14 +6,8 @@ $smarty->assign( array ( Title=>"Pliva d.d." ) ); -$section=str_replace(".php","",basename($PHP_SELF)); -$smarty->assign("section",$section); - $main_file=$section; - -$title="CONTACT US"; -$lpic="cont"; $lext=".jpg"; -$mpic="contactus.gif"; +include("section.inc"); $smarty->assign( array ( lpic=>$lpic, lext=>$lext, mpic=>$mpic, Section_title=>$title ) );