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: Mac ox x theme help please  (Read 2757 times)

0 Members and 1 Guest are viewing this topic.

Fatcat

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Mac ox x theme help please
« on: April 04, 2005, 10:55:18 pm »

My gallery is located at http://www.fatcatville.com/gallery/

Below the admin menu there is some sort of background image or something that I would like to get rid of.  I can't find where this is coming from.  It doesn't show up on all the pages.  Any idea how this is showing up?  Thanks for any help with this.
Logged

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: Mac ox x theme help please
« Reply #1 on: April 04, 2005, 11:01:18 pm »

Looks like it is due to this empty cell:
<td class="tableh1a"><img src="themes/mac_ox_x/images/tableh1a_bg_left.gif"></td>
Logged

Fatcat

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: Mac ox x theme help please
« Reply #2 on: April 04, 2005, 11:17:42 pm »

It has something to do with this in the theme.php:
Code: [Select]
<!-- Start standard table -->

<table align="center" width="$width" cellspacing="0" cellpadding="0">

  <tr>

   <td background="themes/mac_ox_x/images/main_table_r1_c1b.gif" valign="top"><img name="main_table_r1_c1" src="themes/mac_ox_x/images/main_table_r1_c1.gif" border="0" id="main_table_r1_c1" alt="" /></td>

        <td width="100%"><table width="100%" cellspacing="1" cellpadding="0" class="maintableb">



EOT;

    } else {

        echo <<<EOT



<!-- Start standard table -->

<table align="center" width="$width" cellspacing="0" cellpadding="0">

  <tr>

   <td background="themes/mac_ox_x/images/main_table_r1_c1b.gif" valign="top"><img name="main_table_r1_c1" src="themes/mac_ox_x/images/main_table_r1_c1.gif" border="0" id="main_table_r1_c1" alt="" /></td>

        <td width="100%"><table width="100%" cellspacing="1" cellpadding="0" class="maintable">



EOT;
I am wondering what this is?
Logged
Pages: [1]   Go Up
 

Page created in 0.015 seconds with 19 queries.