responsive: burger menu ok, started generale layout
This commit is contained in:
@@ -2,7 +2,14 @@
|
||||
<article id="node-<?php print $node->nid; ?>" class="node type-<?php print $node->type; ?><?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " unpublished"; } ?>">
|
||||
|
||||
<?php if ($page == 0 && isset($title)): ?>
|
||||
<h1 class="nodetitle"><a href="<?php print $node_url?>"><?php print $title?></a></h1>
|
||||
<h1 class="nodetitle">
|
||||
<?php $types = ['document', 'document_video', 'document_sonor', 'object']; // , 'effectuation' ?>
|
||||
<?php if (!in_array($node->type, $types)) : ?>
|
||||
<a href="<?php print $node_url?>"><?php print $title?></a>
|
||||
<?php else: ?>
|
||||
<?php print $title?>
|
||||
<?php endif; ?>
|
||||
</h1>
|
||||
<?php endif; ?>
|
||||
|
||||
<section class="content">
|
||||
|
||||
Reference in New Issue
Block a user