added another field to the component view, to add helper methods to both admin and site area of the component
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 2.2.3
|
||||
@build 22nd November, 2016
|
||||
@version 2.2.4
|
||||
@build 25th November, 2016
|
||||
@created 30th April, 2015
|
||||
@package Component Builder
|
||||
@subpackage view.html.php
|
||||
@@ -71,10 +71,10 @@ class ComponentbuilderViewComponent extends JViewLegacy
|
||||
}
|
||||
|
||||
// Get Linked view data
|
||||
$this->vwkadmin_views = $this->get('Vwkadmin_views');
|
||||
$this->vwladmin_views = $this->get('Vwladmin_views');
|
||||
|
||||
// Get Linked view data
|
||||
$this->vwlsite_views = $this->get('Vwlsite_views');
|
||||
$this->vwmsite_views = $this->get('Vwmsite_views');
|
||||
|
||||
// Set the toolbar
|
||||
$this->addToolBar();
|
||||
|
Reference in New Issue
Block a user