diff options
| author | 2013-03-18 23:00:43 +0100 | |
|---|---|---|
| committer | 2013-03-18 23:00:43 +0100 | |
| commit | 4b5c458a00f234736402a745dfeca008a9086e59 (patch) | |
| tree | 5ec97b9661aaf5a9beb65e24b71eed64965228c0 /app/views/configure/feed.phtml | |
| parent | 88a36ec231ba717b05b3c817d484bb682871eadc (diff) | |
Curseur en forme de pointeur au dessus de titre et date de flux_header + ajout de liens de retour à l'accueil au niveau de la conf (fix temporaire du bug #36)
Diffstat (limited to 'app/views/configure/feed.phtml')
| -rw-r--r-- | app/views/configure/feed.phtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/configure/feed.phtml b/app/views/configure/feed.phtml index 8b8b8ed7c..de0d5c83b 100644 --- a/app/views/configure/feed.phtml +++ b/app/views/configure/feed.phtml @@ -2,6 +2,8 @@ <?php if ($this->flux) { ?> <div class="post"> + <a href="<?php echo _url ('index', 'index'); ?>">← Retour à vos flux RSS</a> + <h1><?php echo $this->flux->name (); ?></h1> <?php echo $this->flux->description (); ?> |
