| @@ -39,18 +39,8 @@ | ||
| 39 | 39 | * put your comment there... |
| 40 | 40 | * |
| 41 | 41 | * @var mixed |
| 42 | 42 | */ |
| 43 | - protected static $onloadglobalcomponents = array( | |
| 44 | - 'hookType' => CJTWordpressEvents::HOOK_FILTER, | |
| 45 | - 'parameters' => array('content') | |
| 46 | - ); | |
| 47 | - | |
| 48 | - /** | |
| 49 | - * put your comment there... | |
| 50 | - * | |
| 51 | - * @var mixed | |
| 52 | - */ | |
| 53 | 43 | public $order; |
| 54 | 44 | |
| 55 | 45 | /** |
| 56 | 46 | * put your comment there... |