| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | public function Init() |
||
| 9 | { |
||
| 10 | $this->UseLangs(true); // start use langs folder |
||
| 11 | |||
| 12 | $this->addJs('js/CustomAdminSettings.js', true); // add js file |
||
| 13 | |||
| 14 | $this->addAjaxHook('AjaxAdminGetData', 'AjaxAdminGetData'); |
||
| 15 | |||
| 16 | $this->addTemplate('templates/PluginCustomAdminSettingnTab.html', true); |
||
| 17 | } |
||
| 18 | |||
| 30 |