Commit d30863b5 authored by Riccardo Padovani's avatar Riccardo Padovani

Removed logo, removed page title from everywhere but news

parent a097689f
......@@ -74,14 +74,6 @@
* @since 1.0.0
*/
?>
<?php if ( $logo ) : ?>
<div class="logo">
<a class="logo-ubuntu" href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>" rel="home" id="logo">
<img src="<?php print $logo; ?>" width="134" height="96" alt="<?php print t('Home'); ?>">
</a>
</div>
<?php endif; ?>
<header class="banner global" role="banner">
<nav class="nav-primary" role="navigation">
<?php print theme('links__system_main_menu', array(
......@@ -126,7 +118,7 @@
<div id="content" class="column"><div class="section">
<a id="main-content"></a>
<?php if ($title && $node->type != 'panel'): ?><h1 class="row" id="page-title"><?php print $title; ?></h1><?php endif; ?>
<?php if ($title && $node->type === 'blog'): ?><h1 class="row" id="page-title"><?php print $title; ?></h1><?php endif; ?>
<?php if ($tabs): ?><div class="tabs"><?php print render($tabs); ?></div><?php endif; ?>
<?php print render($page['help']); ?>
<?php if ($action_links): ?><ul class="action-links"><?php print render($action_links); ?></ul><?php endif; ?>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment