coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: PvtPulse on June 24, 2006, 06:01:07 PM

Title: SAME PROBLEM NOT SOLVED
Post by: PvtPulse on June 24, 2006, 06:01:07 PM
Ok so I am working on my gallery for www.brandy-norwood.net/gallery and I cant get the {SYS_MENU} to show up

HERE IS MY CODING
Quote<html>
<head>
<title>Brandy Norwood Photo Gallery</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="/gallery/themes/001/style.css" type="text/css" />
<script type="text/javascript" src="scripts.js"></script><style type="text/css">
<!--
body {
   background-image: url(/gallery/themes/001/images/bg.jpg);
}
-->
</style></head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (Untitled-1) -->
<table id="Table_01" width="626" height="341" border="0" cellpadding="0" cellspacing="0">
   <tr>
      <td colspan="6">
         <img src="/gallery/themes/001/images/template_01.jpg" width="597" height="36" alt=""></td>
      <td width="29" rowspan="3" background="/gallery/themes/001/images/right_bg.jpg">&nbsp;         </td>
   </tr>
   <tr>
      <td height="283">
         <img src="/gallery/themes/001/images/template_03.jpg" width="100" height="283" alt=""></td>
      <td>
         <img src="/gallery/themes/001/images/template_04.jpg" width="99" height="283" alt=""></td>
      <td>
         <img src="/gallery/themes/001/images/template_05.jpg" width="100" height="283" alt=""></td>
      <td>
         <img src="/gallery/themes/001/images/template_06.jpg" width="99" height="283" alt=""></td>
      <td>
         <img src="/gallery/themes/001/images/template_07.jpg" width="100" height="283" alt=""></td>
      <td>
         <img src="/gallery/themes/001/images/template_08.jpg" width="99" height="283" alt=""></td>
   </tr>
   <tr>
      <td colspan="6" bgcolor="#FFFFFF"><p align="center">{SYS_MENU} <br />
{SUB_MENU} </p>
       <p align="center">{ADMIN_MENU} {GALLERY} </p></td>
   </tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>
Title: Re: SAME PROBLEM NOT SOLVED
Post by: Sami on June 24, 2006, 06:28:07 PM
- you must have {CUSTOM_FOOTER}{VANITY} after {gallery}, why you remove them!!!?
(this is not your issue but later would be )
- copy pageheader() function from sample theme.php to your theme.php