From 2550a3aaacabf6093819202c240eb9efbe0d39f9 Mon Sep 17 00:00:00 2001 From: secretr Date: Thu, 16 Apr 2009 10:09:32 +0000 Subject: [PATCH] removed unnecessarily variable --- e107_themes/templates/header_default.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/e107_themes/templates/header_default.php b/e107_themes/templates/header_default.php index bb6934466..bf23ea9c4 100644 --- a/e107_themes/templates/header_default.php +++ b/e107_themes/templates/header_default.php @@ -6,8 +6,8 @@ | Released under the terms and conditions of the GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_themes/templates/header_default.php,v $ -| $Revision: 1.28 $ -| $Date: 2009-04-07 10:13:00 $ +| $Revision: 1.29 $ +| $Date: 2009-04-16 10:09:32 $ | $Author: secretr $ +-----------------------------------------------------------------------------------------------+ */ @@ -84,10 +84,9 @@ echo (defined("STANDARDS_MODE") ? "" : " -".$tmp.SITENAME."\n\n"; +".(defined('e_PAGETITLE') ? e_PAGETITLE.' - ' : (defined('PAGE_NAME') ? PAGE_NAME.' - ' : "")).SITENAME."\n\n"; // Wysiwyg JS support on or off.