2013-03-08, 00:08:39
You could use this:
http://get-simple.info/forums/showthread...9#pid24159
And then change this:
by:
http://get-simple.info/forums/showthread...9#pid24159
And then change this:
Code:
if (get_component('banner-'.get_page_slug(false)))
by:
Code:
if (component_exists('banner-'.get_page_slug(false)))