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