started fixed header, fixed anchor links with fixed header

This commit is contained in:
2017-02-27 16:23:12 +01:00
parent b38c8e71d1
commit f8417f3db2
9 changed files with 109 additions and 35 deletions
@@ -85,7 +85,12 @@
<?php print $user_picture; ?>
<?php if ($print_title): ?>
<h2<?php print $title_attributes; ?>><?php print $title; ?></h2>
<h2<?php print $title_attributes; ?>>
<?php if ($anchor_target): ?>
<span id="<?php print $anchor_target; ?>"></span>
<?php endif; ?>
<?php print $title; ?>
</h2>
<?php endif; ?>
<div class="content"<?php print $content_attributes; ?>>