diff --git a/themes/engines/phptemplate/phptemplate.engine b/themes/engines/phptemplate/phptemplate.engine index b203c39f519c..94a40a5ba496 100644 --- a/themes/engines/phptemplate/phptemplate.engine +++ b/themes/engines/phptemplate/phptemplate.engine @@ -130,9 +130,7 @@ function phptemplate_features() { 'toggle_mission', 'toggle_name', 'toggle_node_user_picture', - 'toggle_primary_links', 'toggle_search', - 'toggle_secondary_links', 'toggle_slogan' ); } @@ -200,9 +198,9 @@ function phptemplate_page($content) { 'messages' => theme('status_messages'), 'mission' => isset($mission) ? $mission : '', 'onload_attributes' => theme('onload_attribute'), - 'primary_links' => theme_get_setting('primary_links'), + 'primary_links' => menu_primary_links(), 'search_box' => (theme_get_setting('toggle_search') ? search_box() : ''), - 'secondary_links' => theme_get_setting('secondary_links'), + 'secondary_links' => menu_secondary_links(), 'sidebar_left' => $sidebar_left, 'sidebar_right' => $sidebar_right, 'site_name' => (theme_get_setting('toggle_name') ? variable_get('site_name', 'Drupal') : ''), diff --git a/themes/pushbutton/page.tpl.php b/themes/pushbutton/page.tpl.php index bc46c38dd59b..3b6caed8697f 100644 --- a/themes/pushbutton/page.tpl.php +++ b/themes/pushbutton/page.tpl.php @@ -34,7 +34,7 @@
- + | @@ -104,16 +104,12 @@ |
-
- |
-
+
-
- |
-
+
|