Please help, Logo and Menu Please help, Logo and Menu
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Please help, Logo and Menu

Started by mibgeneral, June 07, 2006, 07:15:32 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mibgeneral

Hi,
I want to change the logo to the top and menu below it, but i can't figure out how to do it.  Please help me!
http://www.coduyen.com

Thanks in advance.

Best regards,

Tracy

Paver

The menus are the tags {SYS_MENU} and {SUB_MENU} in template.html.  Go into themes/yourtheme/template.html and move the logo image above these tags.

mibgeneral

thanks for your respond, but where do i copy from where to where
<tr>
      <td class="bodyline">
      <div align="center">
        <center>
        <table width="100%" cellspacing="0" cellpadding="0" border="0" style="border-collapse: collapse" bordercolor="#111111">
         <tr><td align="center"><img src="http://www.coduyen.com/gallery/themes/sample/images/site_logo.png">
              </tr>
            </td>

              <div align="center">
              <h1>{GAL_NAME}</h1>

              <div align="center">
              <h3>{GAL_DESCRIPTION}</h3><br />

              {SYS_MENU}<br />{SUB_MENU}

            </td>

mibgeneral

I did it....Thanks very much! :-*

<div align="center">
        <center>
        <table width="100%" cellspacing="0" cellpadding="0" border="0" style="border-collapse: collapse" bordercolor="#111111">
         <tr><td align="center"><img src="http://www.coduyen.com/gallery/themes/sample/images/site_logo.png">
              </tr>
            </td>
            </td>
          </tr>
        </table>
         </center>
        </div>
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td align="center" valign="top">
            <div align="center">
              <h1>{GAL_NAME}</h1>
              <div align="center">
              <h3>{GAL_DESCRIPTION}</h3><br />
              {SYS_MENU}<br />{SUB_MENU} <br />
              {LANGUAGE_SELECT_FLAGS}
            </td>

Paver

Very good.  You're welcome.

Marking thread as "solved".