This blog will give you all kind of Open Source help like Drupal, Zend, Symfony, Joomla and Magento.
Thursday, 1 April 2010
How to add CSS in drupal?
<?php // Repeat this line for every CSS file added. drupal_add_css(path_to_theme() . '/example.css', 'theme', 'all', TRUE); // Reassemble the $styles snippet to include the new files. $styles = drupal_get_css(); ?>
No comments:
Post a Comment