comment fixes
[civicrm-core.git] / CRM / Core / Joomla.php
index 8acc7fe6120aadddaf4e6d9db4957ed05936eb9f..5d3330d7e4b8d41c48e68b7df9a0aeac64e1c735 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.6                                                |
+ | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
+ * Joomla class.
+ *
+ * (clearly copied & pasted from a drupal class).
  *
+ * Still used?
  */
 class CRM_Core_Joomla {
 
   /**
-   * Reuse drupal blocks into a left sidebar. Assign the generated template
-   * to the smarty instance
+   * Reuse drupal blocks into a left sidebar.
    *
-   * @return void
+   * Assign the generated template to the smarty instance.
    */
   public static function sidebarLeft() {
     $config = CRM_Core_Config::singleton();