comment fixes
[civicrm-core.git] / CRM / Core / Joomla.php
index bd4987906f1aa46bb9b5b0fcbfc992530f008571..5d3330d7e4b8d41c48e68b7df9a0aeac64e1c735 100644 (file)
  *
  * @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();