Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Need to stop the closing tags on upload.php  (Read 2240 times)

0 Members and 1 Guest are viewing this topic.

image123

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Need to stop the closing tags on upload.php
« on: March 24, 2005, 12:10:32 pm »

 :)

Hi guys,

I need to stop the closing
Code: [Select]
</body></html> tags on upload.php.

The reason i need them to stop, as I have Coppermine inset into osCommerce, and on upload.php the footer, and parts of the page stop at the end of the main upload.php code.

The ending tags from the output print source show the following:

Code: [Select]
                       </tr>
    </table>    </td>
  </tr>
</table>
<!--Coppermine Photo Gallery 1.3.2--></body>
</html>

Any help on this subject is greatly appreciated.
Logged

Nibbler

  • Guest
Re: Need to stop the closing tags on upload.php
« Reply #1 on: March 24, 2005, 02:28:22 pm »

Those tags are in the template.html and apply to all pages. There isn't an easy way to remove them from just one page. You could try converting them to a custom footer and adding code to check the current filename and only display the cutom footer if it is not upload.php.
Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 19 queries.