Quote:
Originally Posted by AndrewD
Can you explain a bit more - I'm not sure I understand the question
|
Oh, attached an example, site is
www.boyis.com. They have more complex structure, but this is what i meant.
In 125.jpg, you can see the details for that picture, in this case it can be the linkbit in LDM. Now, if you click the download button a new page is opened, imagine a regular page, with header, navbar & footer, where the content can be download instructions and the full size file, or only the full size file, like 126.jpg.
Quote:
Originally Posted by AndrewD
All these tables and their title bars are created in the links_main template. The contents of the category and entry tables is build up in a series of other templates.
Easiest way to find out which template is doing what is to turn on display of template names in the main VB admincp - General Settings.
|
Good tip, thanks!
So, i edited links_main template... i figured it where is the header i want to move or change, now, i would love to know what does this do? :surprised:
PHP Code:
<if condition="$consumption">
<tr>
<td class="alt1" align="$stylevar[right]">
<span class="smallfont">$consumption</span>
</td>
</tr>
</if>
Thanks for your support AndrewD! :bunny: