Style sheet add code to joomla module

Submitted by Anonymous (not verified) on Tue, 12/18/2012 - 12:37

Additional Style Sheet (CSS)  add into website layout.

Put this code into module template file  (../tmpl/default.php)

<?php $document =& JFactory::getDocument();
$document->addStyleSheet('modules/mod_focus/css/abc.css');
?>

 

Related Items

Website Building with JOOMLA!: A Complete Guide for the Beginner

Joomla is a popular content management system (CMS) . Using joomla package one can easily build website within two-three hours. Website build with joomla is dynamic and updateable . Joomla is conneted with MySQL data base and the script of package is build with PHP.