html - Overriding an article output in Drupal 7 using a template.php theme -
i want modify output of articles, putting
between each article listed on page.
i have overridden other functions in themes template.php follows
function mytheme_preprocess_html(&$variables) { drupal_add_css('http://fonts.googleapis.com/css?family=gudea', array('type' => 'external')); } i looking similar articles?
copy theme's node.tpl.php file called node--article.tpl.php , add <hr> @ bottom of file.
Comments
Post a Comment