The Logo Settings Tab

Discussion in 'Technical Support' started by michael, Mar 4, 2009.

Thread Status:
Not open for further replies.
  1. michael Just get on with it!

    Quick question, does this new feature only upload your chosen logo to the default template?

    :confused:
  2. Mike-N-Tosh Owner

    In looking at the code for this new feature, it appears as though this will indeed work for any template that you have already selected as the template in the administration. This is ONLY if the "custom" template complies with the new template design and keeps the Smarty logic and CSS calls in the layout.tpl file:
    PHP:
    <div id="logo">
        {if 
    $template_logo <> ''}
        <
    img src="photos/{$template_logo}alt="{$template_title}/>
        {else}
        <
    h1><a href="index.php">{$template_title|default:'68 Classifieds'}</a></h1>
        <
    p>{$sitedescription|default:'Your site description'}</p>
        {/if}
    </
    div>
    -Mike
  3. seymourjames All Hands On Deck

    We automatically use this feature on all our NuStyle Templates. You can add a logo image or text.
Thread Status:
Not open for further replies.

Share This Page