Quote:
Originally Posted by MrD
Hi,
@senax: you can edit the Templates
|
@MrD
Yeah I know I can edit the templates. But I can't find the right one's. I know how to create a new table row, but can't find out where the tableheader is defined.
downloads2_main
Code:
<div class="blockbody">
<table width="100%">
<tr class="columnsort">
<th class="blocksubhead">{vb:rawphrase dl2_category}</th>
<th class="blocksubhead">{vb:rawphrase dl2_description}</th>
<th class="blocksubhead" style="text-align:center;">{vb:rawphrase dl2_files}</th>
</tr>
{vb:raw dcatbits}
This is for the tablerow, but i'm missing the tableheader somewhere.. Maybe i'm blind or something (i'm not that experienced with vb yet!)