Quote:
Originally Posted by Feckie (Roger)
Is it possible to have this just as a stand alone module , without the navbar.
Reason I ask is that I have a custon navbar...............
|
Yeah - instead of the code in the box above - copy your custom navbar code and put this into a new template called
adv_portal_navbar_with_gallery under it add the following , it should work, but may need some playing about with depending on the template.
Code:
<!-- / COPPERMINE GALLERY -->
<br>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class='tcat' colspan='0' align=left>
<span class='smallfont'>
<strong>» <a href='$coppath'>Gallery</a>
</strong></span></td>
</tr>
<tr>
<td class='alt1' width='100%' align-middle valign=middle>
$copphotos
</td></tr></table>
<!-- / COPPERMINE GALLERY -->