Hi,

I'm Developing a new site based on Drupal. I checked most of the themes but for the compatibilty with different browsers i selected bluemarine because i already struggled with spreadfirefox,Everything is went fine ,but i'm not getting how to display --welome username-- message and a breadcrumb on the header section ,
Like This .How can i do the same with xtemaplate.xtmpl file in Bluemarine .Please Help me..

Comments

Heine’s picture

Move {breadcrumb} towards the header row of the table; somewhere near

<table border="0" cellpadding="0" cellspacing="0" id="header">

I don't know if XTemplate has a tag for the current user or how to get access to Drupal's variables.

I'd recommend you to go with a phptemplate theme; Phptemplate can give you access to the variables you need and allows you to include logic as well.

Conversion (XTemplate -> PHPTemplate) is not very difficult and will take you a few hours at most. Fortunately Bluemarine has been converted already.

--
Tips for posting to the forums.
When your problem is solved, please post a follow-up to the thread you started.

sashidar’s picture

Thank you for your suggestion. Now i have two options
one is conveting my xtemplate to phptemplte or use Built-in bluemarine phptemplate theme , I already installed bluemarine phptemplete theme but client asked me to delete those and put logout at right panel see changed page . Any way i will convert xtemplate to phptemplte theme myself as i love to play with Drupal.

Thanks.