Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I need the links/output for all 3 modules to show up on the same line on my pages. I would love to know how to put them all in the same template variable ($links), but for now, that's not necessary. CSS might help solve the issue, but I've tried several things and can't get them to show up in the same line.
I'll tryed to do this through template.php and menu_primary_links.tpl.php, but it doesn't works.
in template.php was code:
function funk_menu_primary_links($links) {
return _phptemplate_callback('menu_primary_links', array('links' => $links));
}
and in menu_primary_links.tpl.php was a little changed menu_primary_links function.
After reloading page I don't saw any errors but there is no changes appears.
I would like to attach a custom css file to the content but i don't know how to proceed.
I configured tinymce that enable a custom css file to be attached but it doens't work when i submit the page.
Is there someone having tips or having the solution ?
Bernard
I am interested in making the index page look different and have different content on the internal pages. What module or configuration do I have to follow to accomplish this.
Your help is greatly appreciated and I look forward to reading your replies.