FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit d07d4cae authored by thewilkybarkid's avatar thewilkybarkid
Browse files

Match theme page title change

parent c23857f5
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,6 @@ dependencies[] = link
dependencies[] = media
dependencies[] = menu_force
dependencies[] = pathauto
dependencies[] = php
dependencies[] = raven
dependencies[] = realname
dependencies[] = redirect
......
......@@ -335,17 +335,6 @@ function cambridge_base_install() {
// Use the admin theme for creating/editing nodes
variable_set('node_admin_theme', 1);
// Insert the page_title block required by the theme
db_insert('block_custom')
->fields(
array(
'body' => "<h1>\n<?php\nprint drupal_get_title();\n?>\n</h1>",
'info' => 'Page title',
'format' => 'php_code',
)
)
->execute();
// Insert the horizontal menu block required by the theme
variable_set("menu_block_1_title_link", 0);
variable_set("menu_block_1_admin_title", 'Horizontal menu');
......@@ -396,17 +385,6 @@ function cambridge_base_install() {
'title' => '',
'cache' => DRUPAL_NO_CACHE,
),
array(
'module' => 'block',
'delta' => 1,
'theme' => $theme,
'status' => TRUE,
'weight' => 0,
'region' => 'page_title',
'pages' => '<front>',
'title' => '',
'cache' => DRUPAL_NO_CACHE,
),
array(
'module' => 'menu_block',
'delta' => 1,
......
......@@ -31,7 +31,6 @@ dependencies[] = features
dependencies[] = imagecrop
dependencies[] = link
dependencies[] = menu_block
dependencies[] = php
dependencies[] = raven
dependencies[] = views
dependencies[] = views_ui
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment