Skip to content

Commit

Permalink
Remove tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
chmst committed May 5, 2019
1 parent 26b713f commit d73fb69
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ public static function &getButtons(Registry $params, CMSApplication $application
{
// Load mod_quickicon language file in case this method is called before rendering the module
$application->getLanguage()->load('mod_quickicon');

// Update Panel, icons come from plugins quickicons
if ($params->get('icon_type', 'site') === 'update')
{
// Update Panel, icons come from plugins quickicons
$context = $params->get('context', 'mod_quickicon');

// Include buttons defined by published quickicon plugins
PluginHelper::importPlugin('quickicon');

Expand Down Expand Up @@ -188,7 +188,7 @@ public static function &getButtons(Registry $params, CMSApplication $application
'group' => 'MOD_QUICKICON_SITE',
];
}

if ($params->get('show_categories', '1'))
{
$amount = self::countArticleCategories();
Expand Down Expand Up @@ -256,7 +256,7 @@ public static function &getButtons(Registry $params, CMSApplication $application

return self::$buttons[$key];
}

/**
* Method to get the number of published modules in frontend.
*
Expand Down

0 comments on commit d73fb69

Please sign in to comment.