coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: Fly Fort on March 11, 2004, 07:08:09 PM

Title: Possible to delete the header???
Post by: Fly Fort on March 11, 2004, 07:08:09 PM
Hello everyone,

I like the design of the Fiblue3D.

Is there a possibility to delete the header???

Thanks in advance
Title: Possible to delete the header???
Post by: Bill_S on March 11, 2004, 10:32:41 PM
Check this out:
http://coppermine.sourceforge.net/faq.php?q=customHeader#customHeader

Bill
Title: Possible to delete the header???
Post by: Joachim Müller on March 12, 2004, 07:59:27 AM
I guess Fly Fort was refering to the top part of the html output (where it say "Coppermine Photo Gallery"). If that's true, edit /themes/fiblue3d/template.html and remove<table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
                <td><img src="themes/fiblue3d/images/tnav_tl.gif" width="14" height="23" alt="" /></td>
                <td width="100%" class="tbltop">&nbsp;</td>
                <td><img src="themes/fiblue3d/images/tnav_tr.gif" width="15" height="23" alt="" /></td>
        </tr>
        <tr>
                <td class="tblleft">&nbsp;</td>
                <td align="center" class="topbkg"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
                  <td width="100%" height="70">
                  <h1>{GAL_NAME}</h1>
                  <h3>{GAL_DESCRIPTION}</h3>
                  </td>
                  <td valign="bottom">
                  <img src="themes/fiblue3d/images/logo.gif" width="160" height="30" alt="Your Text here" title="Your Text here" /></td>
                  </tr>
          </table></td>
                <td class="tblright">&nbsp;</td>
        </tr>
        <tr>
                <td><img src="themes/fiblue3d/images/tnav_bl.gif" width="14" height="26" alt="" /></td>
                <td class="tblbot">&nbsp;</td>
                <td><img src="themes/fiblue3d/images/tnav_br.gif" width="15" height="26" alt="" /></td>
        </tr>
</table>
This can safely be deleted to safe space on the page, without breaking coppermine.

GauGau