Index: /website/index.php
===================================================================
--- /website/index.php (revision 1652)
+++ /website/index.php (revision 1653)
@@ -27,5 +27,5 @@
 {
     include('view/'.$active.'.php');
-    $title = $title. $title_p;
+    //$title = $title. $title_p;
 }
 $tbs->LoadTemplate('templates/index.html');
Index: /website/view/news.php
===================================================================
--- /website/view/news.php (revision 1652)
+++ /website/view/news.php (revision 1653)
@@ -1,4 +1,4 @@
 <?
-$title_p= 'News';
+$title.= 'News';
 $vmenu = 'template_vmenu.html';
 $template_download = '';
Index: /website/view/home.php
===================================================================
--- /website/view/home.php (revision 1652)
+++ /website/view/home.php (revision 1653)
@@ -1,4 +1,4 @@
 <?
-$title_p= 'Homepage';
+$title.= 'Homepage';
 $vmenu = 'template_vmenu.html';
 $template_ad = 'template_ad_big.html';
