solved Changing the skin of the footer.

alt=
duke
@musamensa
7 years ago
253 posts
how can i apply a different skin to a .tpl file ? i would like the styling of my footer to be different from my default skin.
{jrCore_include template="footer.tpl" }
thanks
updated by @musamensa: 06/16/17 09:19:05AM
paul
@paul
7 years ago
4,326 posts
You _could_ include a skin parameter in that smarty call -

{jrCore_include skin="jrWhatEverSkin" template="footer.tpl" }

but dependent upon which skin you choose it may or may not work if the skin footer does not use the same CSS classes as those of the main skin, so the included footer template may need some editing. Give it a try though.
hth


--
Paul Asher - JR Developer and System Import Specialist

Tags