diff options
| author | 2012-10-22 23:41:56 +0200 | |
|---|---|---|
| committer | 2012-10-22 23:41:56 +0200 | |
| commit | 9a95cb844e80512205c519da69ec373e046b7f52 (patch) | |
| tree | f153ffbf6952c925227581501ed25fcb94230801 /app/layout/aside.phtml | |
| parent | a928ebf1d010433d81d3afe5a6981f7ca391b9c7 (diff) | |
Début gestion import (non fonctionnel) / export (presque fonctionnel)
Diffstat (limited to 'app/layout/aside.phtml')
| -rw-r--r-- | app/layout/aside.phtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/layout/aside.phtml b/app/layout/aside.phtml index db4c482c1..b154c5ea3 100644 --- a/app/layout/aside.phtml +++ b/app/layout/aside.phtml @@ -30,6 +30,9 @@ <li <?php echo Request::actionName () == 'display' ? 'class="active"' : ''; ?>> <a href="<?php echo Url::display (array ('c' => 'configure', 'a' => 'display')); ?>">Affichage</a> </li> + <li <?php echo Request::actionName () == 'importExport' ? 'class="active"' : ''; ?>> + <a href="<?php echo Url::display (array ('c' => 'configure', 'a' => 'importExport')); ?>">Import / Export OPML</a> + </li> </ul> </div> <?php } ?> |
