Guest User

Untitled

a guest
Nov 17th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. 'article_rss' => array(
  2. 'type' => 'Zend_Controller_Router_Route_Static',
  3. 'route' => 'nyheter/rss',
  4. 'defaults' => array(
  5. 'module' => 'article',
  6. 'controller' => 'index',
  7. 'action' => 'list',
  8. 'format' => 'xml',
  9. 'length' => '25'
  10. )
  11. ),
Add Comment
Please, Sign In to add comment