| @@ -41,22 +41,8 @@ | ||
| 41 | 41 | |
| 42 | 42 | /** |
| 43 | 43 | * put your comment there... |
| 44 | 44 | * |
| 45 | - * @param mixed $info | |
| 46 | - * @return CJTInstallerNoticeView | |
| 47 | - */ | |
| 48 | - public function __construct($info) { | |
| 49 | - // CJTView class! | |
| 50 | - parent::__construct($info); | |
| 51 | - // Enqueue Styles & Scripts. | |
| 52 | - add_action('admin_print_styles', array(__CLASS__, 'enququeStyles')); | |
| 53 | - add_action('admin_print_scripts', array(__CLASS__, 'enqueueScripts')); | |
| 54 | - } | |
| 55 | - | |
| 56 | - /** | |
| 57 | - * put your comment there... | |
| 58 | - * | |
| 59 | 45 | * @param mixed $tpl |
| 60 | 46 | */ |
| 61 | 47 | public function display($tpl = null) { |
| 62 | 48 | // Initialize. |