Changeset 1652
- Timestamp:
- 08/30/07 10:29:51 (6 years ago)
- Location:
- website
- Files:
-
- 4 modified
-
index.php (modified) (1 diff)
-
project.dia (modified) (previous)
-
view/home.php (modified) (1 diff)
-
view/news.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
website/index.php
r1649 r1652 27 27 { 28 28 include('view/'.$active.'.php'); 29 $title = $title. $title_p; 29 30 } 30 31 $tbs->LoadTemplate('templates/index.html'); -
website/view/home.php
r1630 r1652 1 1 <? 2 $title .= 'Homepage';2 $title_p= 'Homepage'; 3 3 $vmenu = 'template_vmenu.html'; 4 4 $template_ad = 'template_ad_big.html'; -
website/view/news.php
r1645 r1652 1 1 <? 2 $title .= 'News';2 $title_p= 'News'; 3 3 $vmenu = 'template_vmenu.html'; 4 4 $template_download = '';
