11 May 2013

How to add CSS file in Joomla Template

To work your css file in joomla template ,
paste the following code before closing of head tag </head>
:


<link rel="stylesheet"
href="<?php echo $this->baseurl ?> /templates/YourTemplateName/css/template.css"
type="text/css" />


To know more about Joomla Template,


(If you found this article useful then share with your friends.)

No comments: