Changeset 1652

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

fixed title

Location:
website
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • website/index.php

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

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

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