Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Possible to delete the header???  (Read 2404 times)

0 Members and 1 Guest are viewing this topic.

Fly Fort

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 50
    • http://www.militaryaircraftcollection.info
Possible to delete the header???
« 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
Logged

Bill_S

  • Contributor
  • Coppermine regular visitor
  • ***
  • Offline Offline
  • Posts: 58
    • Spilman Photography
Possible to delete the header???
« Reply #1 on: March 11, 2004, 10:32:41 pm »

Logged
I just want it to work!

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Possible to delete the header???
« Reply #2 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
Code: [Select]
<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
Logged
Pages: [1]   Go Up
 

Page created in 0.015 seconds with 19 queries.