Hide scroll top link on node edition in narrow screens

This commit is contained in:
Manuel Cillero 2017-09-05 08:59:58 +02:00
parent 723e7c6955
commit 67b706b260
3 changed files with 10 additions and 5 deletions

View file

@ -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') . ' &copy; ' . ($site_name ? check_plain($site_name) : 'SuiteDesk'); ?></span>