X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FJoomla.php;h=8acc7fe6120aadddaf4e6d9db4957ed05936eb9f;hb=a733f50a96419749b5f5ebee962d7721164d36cf;hp=a56ff1d0e8e39a595163f7fd2e6a5f31448444c1;hpb=5667521530926d61b370a4bb0806b7e5ad63ccbc;p=civicrm-core.git diff --git a/CRM/Core/Joomla.php b/CRM/Core/Joomla.php index a56ff1d0e8..8acc7fe612 100644 --- a/CRM/Core/Joomla.php +++ b/CRM/Core/Joomla.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.6 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2014 | + | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -23,12 +23,12 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2014 + * @copyright CiviCRM LLC (c) 2004-2015 * $Id$ * */ @@ -43,7 +43,6 @@ class CRM_Core_Joomla { * to the smarty instance * * @return void - * @static */ public static function sidebarLeft() { $config = CRM_Core_Config::singleton(); @@ -72,4 +71,5 @@ class CRM_Core_Joomla { $sidebarLeft = $template->fetch('CRM/Block/blocks.tpl'); $template->assign_by_ref('sidebarLeft', $sidebarLeft); } + }