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.
Hi, is it possible to customise the look of the navigation block without going deep into the heart of drupal? I would like that it outputs in a single line as follows:
username: create | view journal | my profile | logout
'create' would go to ?q=node/add
'view journal' would go to ?q=blog/#
'my profile' would go to ?q=user/edit
Using the 'example' theme page links appear in a vertical format, so I assume this is the default. But using 'marvin' they appear in a row. I have managed to work out I can change the delimeter, but don't understand where or how the links appear in a line, and is it easy to overide it so that the links appear vertically?.