summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-02-16 15:43:23 +0000
committerDries Buytaert <dries@buytaert.net>2006-02-16 15:43:23 +0000
commitadb74caa6c65a60432a6e7afe356697216c3a9bd (patch)
tree1ca2a9fca4df082dab9470790a25dee690629250 /themes
parentdca43564dfb8bd1c964f1449f34d4fc03af43f95 (diff)
downloadbrdo-adb74caa6c65a60432a6e7afe356697216c3a9bd.tar.gz
brdo-adb74caa6c65a60432a6e7afe356697216c3a9bd.tar.bz2
- Patch #49463 by markus: removed unused variable.
Diffstat (limited to 'themes')
-rw-r--r--themes/engines/phptemplate/phptemplate.engine1
1 files changed, 0 insertions, 1 deletions
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 */