started fixed header, fixed anchor links with fixed header
This commit is contained in:
@@ -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; ?>>
|
||||
|
||||
Reference in New Issue
Block a user