diff options
| author | 2013-03-17 15:26:41 +0100 | |
|---|---|---|
| committer | 2013-03-17 15:26:41 +0100 | |
| commit | 876369d65503830e5600593ddcdfb828973898b4 (patch) | |
| tree | 879f837eff24a2b67dd5ee1fc1c8325d446dc61a /app/views/configure/categorize.phtml | |
| parent | fd171e8f9517dd5a046d4f7f159cde3002e7706a (diff) | |
Correction bug export RSS (encodage de &) + petits ajouts navigation dans la configuration
Diffstat (limited to 'app/views/configure/categorize.phtml')
| -rw-r--r-- | app/views/configure/categorize.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/categorize.phtml b/app/views/configure/categorize.phtml index aa87129aa..502bd86e5 100644 --- a/app/views/configure/categorize.phtml +++ b/app/views/configure/categorize.phtml @@ -2,7 +2,7 @@ <div class="post"> <form method="post" action="<?php echo _url ('configure', 'categorize'); ?>"> - <legend>Gestion des catégories</legend> + <legend>Gestion des catégories - <a href="<?php echo _url ('configure', 'feed'); ?>">gestion des flux</a></legend> <?php $i = 0; foreach ($this->categories as $cat) { $i++; ?> <div class="form-group"> |
