diff options
| author | 2013-04-28 14:18:34 +0200 | |
|---|---|---|
| committer | 2013-04-28 14:18:34 +0200 | |
| commit | 1bee8ad9a7c02c0f53d1f334467cb6d1e5044511 (patch) | |
| tree | 2d983bea4e2a0f654ede6b74251cf9e83ec0fd39 /app/views | |
| parent | 57f657c04b89c54e6a6b3995a715acfc84a664a7 (diff) | |
Flux déplacés de catégories lors de la suppression de la leur (issue #28)
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/configure/feed.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/feed.phtml b/app/views/configure/feed.phtml index 0d9c5cae6..33483f72d 100644 --- a/app/views/configure/feed.phtml +++ b/app/views/configure/feed.phtml @@ -2,7 +2,7 @@ <?php if ($this->flux) { ?> <div class="post"> - <a href="<?php echo _url ('index', 'index'); ?>"><?php echo Translate::t ('back_to_rss_feeds'); ?></a> + <a href="<?php echo _url ('index', 'index'); ?>"><?php echo Translate::t ('back_to_rss_feeds'); ?></a> <?php echo Translate::t ('or'); ?> <a href="<?php echo _url ('index', 'index', 'get', 'f_' . $this->flux->id ()); ?>"><?php echo Translate::t ('filter'); ?></a> <h1><?php echo $this->flux->name (); ?></h1> <?php echo $this->flux->description (); ?> |
