Skip to content

Commit

Permalink
mod_title instead of mod_quickicon
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva committed Nov 28, 2016
1 parent 1a6f20e commit 99d9f39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ WHERE (`type` = 'component' AND `element` IN (
'com_ajax',
'com_postinstall'
))
OR (`type` = 'module' AND `client_id` = 1 AND `element` IN ('mod_login', 'mod_menu', 'mod_quickicon', 'mod_toolbar'))
OR (`type` = 'module' AND `client_id` = 1 AND `element` IN ('mod_login', 'mod_menu', 'mod_title', 'mod_toolbar'))
OR (`type` = 'plugin' AND
(
(`folder` = 'user' AND `element` IN ('joomla'))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ WHERE ("type" = 'component' AND "element" IN (
'com_ajax',
'com_postinstall'
))
OR ("type" = 'module' AND "client_id" = 1 AND "element" IN ('mod_login', 'mod_menu', 'mod_quickicon', 'mod_toolbar'))
OR ("type" = 'module' AND "client_id" = 1 AND "element" IN ('mod_login', 'mod_menu', 'mod_title', 'mod_toolbar'))
OR ("type" = 'plugin' AND
(
("folder" = 'user' AND "element" IN ('joomla'))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ WHERE ([type] = 'component' AND [element] IN (
'com_ajax',
'com_postinstall'
))
OR ([type] = 'module' AND [client_id] = 1 AND [element] IN ('mod_login', 'mod_menu', 'mod_quickicon', 'mod_toolbar'))
OR ([type] = 'module' AND [client_id] = 1 AND [element] IN ('mod_login', 'mod_menu', 'mod_title', 'mod_toolbar'))
OR ([type] = 'plugin' AND
(
([folder] = 'user' AND [element] IN ('joomla'))
Expand Down

0 comments on commit 99d9f39

Please sign in to comment.