majbom Posted April 1, 2011 Share Posted April 1, 2011 Hi forumI'm all new in this system, so please bear with me.I'm trying to move the category-image to the header - so the first step was to empty the header-hook in the backend - so far so good.But then i cutted the code: {if $scenes} <!-- Scenes --> {include file="$tpl_dir./scenes.tpl" scenes=$scenes} {else} <!-- Category image --> {if $category->id_image} getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" width="{$categorySize.width}" height="{$categorySize.height}" /> {/if} {/if} from category.tpl to header.tpl, but it doesnt change anything Am I doing it the wrong way, or what's wrong?Thanks in advance Link to comment Share on other sites More sharing options...
Asenar Posted April 1, 2011 Share Posted April 1, 2011 Maybe you need to activate the "force compile" option ? (in back-office, Preferences > Performance ) Link to comment Share on other sites More sharing options...
majbom Posted April 1, 2011 Author Share Posted April 1, 2011 Maybe you need to activate the "force compile" option ? (in back-office, Preferences > Performance ) YAY! Just what I needed ThanksNow I just gonna have to move the category-image to the header-controller i think Link to comment Share on other sites More sharing options...
Asenar Posted April 1, 2011 Share Posted April 1, 2011 please edit your topic adding the tag [solved] in the title Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now