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

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]

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".