- Patch #49463 by markus: removed unused variable.
parent
dca43564df
commit
adb74caa6c
|
@ -144,7 +144,6 @@ function phptemplate_page($content) {
|
||||||
/* Set title and breadcrumb to declared values */
|
/* Set title and breadcrumb to declared values */
|
||||||
if (drupal_get_path_alias($_GET['q']) == variable_get('site_frontpage', 'node')) {
|
if (drupal_get_path_alias($_GET['q']) == variable_get('site_frontpage', 'node')) {
|
||||||
$mission = theme_get_setting('mission');
|
$mission = theme_get_setting('mission');
|
||||||
$frontpage = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Add favicon */
|
/* Add favicon */
|
||||||
|
|
Loading…
Reference in New Issue