diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/view/templates/edittopbar.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/view/templates/edittopbar.php b/app/view/templates/edittopbar.php index 0f0c60a..6f4db36 100644 --- a/app/view/templates/edittopbar.php +++ b/app/view/templates/edittopbar.php @@ -17,7 +17,9 @@ - <a href="<?= $this->upage('pageread/', $page->id()) ?>" target="_blank" ><img src="<?= Model::iconpath() ?>read.png" class="icon">display</a> + <a href="<?= $this->upage('pageread/', $page->id()) ?>" target="_blank" ><img src="<?= Model::iconpath() ?>read.png" class="icon"> + <span class="hidephone">display</span> + </a> <span id="headid"><?= $page->id() ?></span> </span> |