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: Blank Page  (Read 3024 times)

0 Members and 1 Guest are viewing this topic.

louis29126

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
  • IndonesiaPics Admin
    • Indonesia Pics
Blank Page
« on: November 25, 2006, 10:40:23 am »

I searched it but I needed more infro.
Code: [Select]
<?php
define
('IN_COPPERMINE'true);
require(
'include/init.inc.php');
pageheader();
pagefooter();
ob_end_flush();
?>
I got a few questions
Where do I put the HTML?
Where do I put the title of the name?
« Last Edit: November 26, 2006, 01:22:57 pm by Sami »
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Blank Page
« Reply #1 on: November 25, 2006, 08:13:29 pm »

Quote
Where do I put the HTML?
between pageheadr() & pagefooter() functions something like this:
Code: [Select]
<?php
define
('IN_COPPERMINE'true);
require(
'include/init.inc.php');
pageheader();
?>

<table width="100%"><tr><td>This is HTML !!!</td></tr></table>
<?php
pagefooter
();
ob_end_flush();
?>


Quote
Where do I put the title of the name?
set it as argument for pageheader() function something like this
Code: [Select]
pageheader("custom title");
Logged
‍I don't answer to PM with support question
Please post your issue to related board

louis29126

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
  • IndonesiaPics Admin
    • Indonesia Pics
Re: Blank Page
« Reply #2 on: November 26, 2006, 12:50:38 pm »

Thanks. Sorry for the trouble.  :P
Logged
Pages: [1]   Go Up
 

Page created in 0.023 seconds with 20 queries.