diff options
Diffstat (limited to 'app/views/index/global.phtml')
| -rw-r--r-- | app/views/index/global.phtml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/index/global.phtml b/app/views/index/global.phtml index 011b66a49..dd4749e24 100644 --- a/app/views/index/global.phtml +++ b/app/views/index/global.phtml @@ -13,6 +13,12 @@ $state_unread = true; } ?> + +<template id="share_article_template"> + <?php $this->renderHelper('index/normal/entry_share_menu'); ?> + <a class="dropdown-close" href="#close">❌</a> +</template> + <main id="stream" class="global<?= $class ?>"> <h1 class="title_hidden"><?= _t('conf.reading.view.global') ?></h1> <?php |
