From adb74caa6c65a60432a6e7afe356697216c3a9bd Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 16 Feb 2006 15:43:23 +0000 Subject: - Patch #49463 by markus: removed unused variable. --- themes/engines/phptemplate/phptemplate.engine | 1 - 1 file changed, 1 deletion(-) (limited to 'themes') diff --git a/themes/engines/phptemplate/phptemplate.engine b/themes/engines/phptemplate/phptemplate.engine index 4f42c57fb..bf6d5682b 100644 --- a/themes/engines/phptemplate/phptemplate.engine +++ b/themes/engines/phptemplate/phptemplate.engine @@ -144,7 +144,6 @@ function phptemplate_page($content) { /* Set title and breadcrumb to declared values */ if (drupal_get_path_alias($_GET['q']) == variable_get('site_frontpage', 'node')) { $mission = theme_get_setting('mission'); - $frontpage = true; } /* Add favicon */ -- cgit v1.2.3