X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FJoomla.php;h=8acc7fe6120aadddaf4e6d9db4957ed05936eb9f;hb=a733f50a96419749b5f5ebee962d7721164d36cf;hp=f8a0d50c768bb293b3d7cecf575b7b94fdb103f6;hpb=ad314df7cc28a13a58caee38ccf30750572c5f11;p=civicrm-core.git diff --git a/CRM/Core/Joomla.php b/CRM/Core/Joomla.php index f8a0d50c76..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$ * */ @@ -71,4 +71,5 @@ class CRM_Core_Joomla { $sidebarLeft = $template->fetch('CRM/Block/blocks.tpl'); $template->assign_by_ref('sidebarLeft', $sidebarLeft); } + }