Conditions | 1 |
Paths | 1 |
Total Lines | 14 |
Code Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
24 | public function defaultAction() |
||
25 | { |
||
26 | return $this->render( |
||
27 | 'list-notrewritenurls', |
||
28 | array( |
||
29 | 'current_tab' => $this->getRequest()->get('current_tab', 'categories'), |
||
30 | 'page_category' => $this->getRequest()->get('page_category', 1), |
||
31 | 'page_product' => $this->getRequest()->get('page_product', 1), |
||
32 | 'page_brand' => $this->getRequest()->get('page_brand', 1), |
||
33 | 'page_folder' => $this->getRequest()->get('page_folder', 1), |
||
34 | 'page_content' => $this->getRequest()->get('page_content', 1), |
||
35 | ) |
||
36 | ); |
||
37 | } |
||
38 | } |