| @@ -33,10 +33,12 @@ | ||
| 33 | 33 | parent::__construct($info); |
| 34 | 34 | // Define setting pages. |
| 35 | 35 | $this->pages = array( |
| 36 | 36 | array('name' => 'uninstall', 'displayName' => cssJSToolbox::getText('Uninstall')), |
| 37 | - array('name' => 'metabox', 'displayName' => cssJSToolbox::getText('MetaBox')), | |
| 38 | 37 | ); |
| 38 | + // Enqueue external resources. | |
| 39 | + $this->enqueueScripts(); | |
| 40 | + $this->enqueueStyles(); | |
| 39 | 41 | } |
| 40 | 42 | |
| 41 | 43 | /** |
| 42 | 44 | * put your comment there... |