CRM-15988 - Cleanup internal use of entity names
[civicrm-core.git] / CRM / Core / Joomla.php
index 0466ba0e1654845bc46d9380b7ab6c1d9f414f69..a4bd717b4df7039fb49ca5e07cc2451460951299 100644 (file)
@@ -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);
   }
-}
 
+}