CRM-15988 - Cleanup internal use of entity names
[civicrm-core.git] / CRM / Core / Joomla.php
index 3136fc47b8ad54e34b7a305cbeeadd676e503258..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,7 +43,6 @@ class CRM_Core_Joomla {
    * to the smarty instance
    *
    * @return void
-   * @static
    */
   public static function sidebarLeft() {
     $config = CRM_Core_Config::singleton();
@@ -72,5 +71,5 @@ class CRM_Core_Joomla {
     $sidebarLeft = $template->fetch('CRM/Block/blocks.tpl');
     $template->assign_by_ref('sidebarLeft', $sidebarLeft);
   }
-}
 
+}