diff options
| author | 2014-03-16 19:34:04 +0100 | |
|---|---|---|
| committer | 2014-03-16 19:34:04 +0100 | |
| commit | dbdda1d0c19b48d06b30879e8fe78679f79cc0c4 (patch) | |
| tree | 28cca8318b5887f74d1b42a9631e806c2455e7f4 /app/layout/aside_feed.phtml | |
| parent | 7bbd6133af93238dce759016df7f661a7cfbffed (diff) | |
Move import/export operations into an independant class
- import and export are now two methods of importExportController
- "opml" has been removed from the title
Diffstat (limited to 'app/layout/aside_feed.phtml')
| -rw-r--r-- | app/layout/aside_feed.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml index e324b15bd..63f171924 100644 --- a/app/layout/aside_feed.phtml +++ b/app/layout/aside_feed.phtml @@ -39,7 +39,7 @@ </form></li> <li class="item<?php echo Minz_Request::actionName () == 'importExport' ? ' active' : ''; ?>"> - <a href="<?php echo _url ('configure', 'importExport'); ?>"><?php echo Minz_Translate::t ('import_export_opml'); ?></a> + <a href="<?php echo _url ('importExport', 'index'); ?>"><?php echo Minz_Translate::t ('import_export'); ?></a> </li> <li class="item<?php echo Minz_Request::actionName () == 'categorize' ? ' active' : ''; ?>"> |
