Changeset 1653

Show
Ignore:
Timestamp:
08/30/07 10:33:03 (6 years ago)
Author:
kop-labs
Message:

fixed title

Location:
website
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • website/index.php

    r1652 r1653  
    2727{ 
    2828    include('view/'.$active.'.php'); 
    29     $title = $title. $title_p; 
     29    //$title = $title. $title_p; 
    3030} 
    3131$tbs->LoadTemplate('templates/index.html'); 
  • website/view/home.php

    r1652 r1653  
    11<? 
    2 $title_p= 'Homepage'; 
     2$title.= 'Homepage'; 
    33$vmenu = 'template_vmenu.html'; 
    44$template_ad = 'template_ad_big.html'; 
  • website/view/news.php

    r1652 r1653  
    11<? 
    2 $title_p= 'News'; 
     2$title.= 'News'; 
    33$vmenu = 'template_vmenu.html'; 
    44$template_download = '';