Corrected all views to the structure
This commit is contained in:
@@ -9,19 +9,20 @@ JLoader::register("ClubsControllerPosition", JPATH_ROOT . "/administrator/compon
|
||||
|
||||
class ClubsViewPosition extends AbstractClubsViewSingle
|
||||
{
|
||||
protected function getViewName()
|
||||
|
||||
function display($tpl = null)
|
||||
{
|
||||
ToolbarHelper::title('Club-Management - Position', 'users');
|
||||
parent::display($tpl);
|
||||
}
|
||||
protected function getControllerName()
|
||||
{
|
||||
return 'position';
|
||||
}
|
||||
|
||||
protected function getElementController()
|
||||
protected function getFactory()
|
||||
{
|
||||
return new ClubsControllerPosition();
|
||||
return new CommonClubsModelFactoryPosition();
|
||||
}
|
||||
|
||||
function display($tpl = null)
|
||||
{
|
||||
ToolbarHelper::title('Club-Management - Position');
|
||||
parent::display($tpl);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user