Page 1 of 1

[solved 50%] howto qbar menuheader add class

PostPosted: Sun Jun 03, 2007 2:27 pm
Author: clanpunisher
im almost giving up :(


does anyone know howto add a class to the menuheader menutitle???

please help

Re: howto qbar menuheader add class

PostPosted: Sun Jun 03, 2007 3:57 pm
Author: Helter
did you add the class to the .css file and delete the template cache from acp/eXtreme styles?

PostPosted: Mon Jun 04, 2007 1:55 am
Author: clanpunisher
the css file isn't that problem but i do not know where to add the css to the th tag for menuheader :)

im trying to add a class just for the menuheader like on this site
Code: Select all
<table>         <tr>         <th>Board Navigation</th>       </tr>         <tr>

so that i will be able to change the beackground of menutitle

if nobody knows where i can find the file with this tag, i will replace each <th> with <th class="old" that the menu is working for me in the way i would like to have <img>

i have searched for any file with: <th>.*</th> with eclipse but didn't find menutitle


best greats

Re: howto qbar menuheader add class

PostPosted: Mon Jun 04, 2007 8:46 am
Author: clanpunisher
found by myself ^^

file: portal_page_header.tpl
line: 24
Code: Select all
    <BEGIN>     <tr>         <td>{header_blocks_row.title.TITLE}</td>     </tr>     <END>  



k now my second question ^^

is it possible to print that string (header_blocks_row.title.TITLE) in tplfile to an variable?