| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 5 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 38 | public function defaultAction($selfedit = 'false') |
||
| 39 | { |
||
| 40 | $this->selfedit = $selfedit; |
||
| 41 | |||
| 42 | $instance = new InstanceProxy('splashDefaultRouter'); |
||
| 43 | |||
| 44 | $this->splashUrlsList = $instance->getSplashActionsList(); |
||
| 45 | |||
| 46 | $this->content->addFile(dirname(__FILE__).'/../../../../../views/admin/splashUrlsList.php', $this); |
||
| 47 | $this->template->toHtml(); |
||
| 48 | } |
||
| 49 | } |
||
| 50 |