X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FJoomla.php;h=5d3330d7e4b8d41c48e68b7df9a0aeac64e1c735;hb=b0fd9a5bef2ceb07c2bbcb8f2872d49cedcaa750;hp=bd4987906f1aa46bb9b5b0fcbfc992530f008571;hpb=7f768717e37801b57add73e3c501ef61cc60327e;p=civicrm-core.git diff --git a/CRM/Core/Joomla.php b/CRM/Core/Joomla.php index bd4987906f..5d3330d7e4 100644 --- a/CRM/Core/Joomla.php +++ b/CRM/Core/Joomla.php @@ -29,20 +29,21 @@ * * @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();