Hide scroll top link on node edition in narrow screens
This commit is contained in:
parent
723e7c6955
commit
67b706b260
3 changed files with 10 additions and 5 deletions
|
@ -251,7 +251,7 @@ if ($site_name) print '<meta property="og:site_name" content="'. $site_name ."\"
|
|||
<?php endif; ?>
|
||||
|
||||
<!-- ScrollUp button -->
|
||||
<a href="#" id="scroll-top-link" class="icon-up-open"></a>
|
||||
<a href="#" id="scroll-top-link" class="icon-up-open<?php if (arg(0) == 'node' && arg(2) == 'edit') print ' edition'; ?>"></a>
|
||||
|
||||
<footer id="socket"><div class="section">
|
||||
<span class='copyright'><?php print date('Y') . ' © ' . ($site_name ? check_plain($site_name) : 'SuiteDesk'); ?></span>
|
||||
|
|
Reference in a new issue