coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: mibgeneral on June 07, 2006, 07:15:32 AM

Title: Please help, Logo and Menu
Post by: mibgeneral on June 07, 2006, 07:15:32 AM
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
Title: Re: Please help, Logo and Menu
Post by: Paver on June 07, 2006, 07:18:00 AM
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.
Title: Re: Please help, Logo and Menu
Post by: mibgeneral on June 07, 2006, 07:20:57 AM
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>
Title: Re: Please help, Logo and Menu
Post by: mibgeneral on June 07, 2006, 07:55:19 AM
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>
Title: Re: Please help, Logo and Menu
Post by: Paver on June 07, 2006, 08:00:09 AM
Very good.  You're welcome.

Marking thread as "solved".