X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FJoomla.php;h=a4bd717b4df7039fb49ca5e07cc2451460951299;hb=4846df9154866b0a33ee8ec7a1f48c65c77b670b;hp=0466ba0e1654845bc46d9380b7ab6c1d9f414f69;hpb=1761553f7e28866ef0c0a9f54abbb222487cea5c;p=civicrm-core.git diff --git a/CRM/Core/Joomla.php b/CRM/Core/Joomla.php index 0466ba0e16..a4bd717b4d 100644 --- a/CRM/Core/Joomla.php +++ b/CRM/Core/Joomla.php @@ -23,7 +23,7 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * @@ -43,10 +43,8 @@ class CRM_Core_Joomla { * to the smarty instance * * @return void - * @access public - * @static */ - static function sidebarLeft() { + public static function sidebarLeft() { $config = CRM_Core_Config::singleton(); if ($config->userFrameworkFrontend) { @@ -73,5 +71,5 @@ class CRM_Core_Joomla { $sidebarLeft = $template->fetch('CRM/Block/blocks.tpl'); $template->assign_by_ref('sidebarLeft', $sidebarLeft); } -} +}