Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
25 | public function display($data, $types, $items) |
||
26 | { |
||
27 | $this->pageTitle = _('Menu editor'); |
||
28 | $this->head->setTitle($this->pageTitle); |
||
29 | $this->item = $data; |
||
30 | $this->types = $types; |
||
31 | $this->items = $items; |
||
32 | |||
33 | $this->templateType = 'add'; |
||
34 | |||
35 | $this->template = 'appearance-menu-item'; |
||
36 | } |
||
37 | } |
||
38 |