2011-08-26, 01:04:47
Still playing around with GetSimple and loving it. I would like to knew if there is a way to make this work.
call get_navigation(return_page_slug()) from a component ? When I attempt this it returns a error ?
example :
make a component named footer paste this in
Thanks for any help.
call get_navigation(return_page_slug()) from a component ? When I attempt this it returns a error ?
example :
make a component named footer paste this in
Code:
<?php get_navigation(return_page_slug());?>
Thanks for any help.