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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -