mobile / Ipad Redirect
Jamroom Developers
oops, missed a question:
Q:"How do i tell the Jamroom I need use of another directory in my skin? "
{jrCore_list module="jrPage" order_by="_created desc" tpl_dir="jrFlashback" template="articles_row.tpl" ......The above is a jrCore_list function for gettting a list of something. using the tpl_dir="jrFlashback" will go looking for that articles_row.tpl file in the jrFlashback skin.
If your using a template {jrCore_include template="header.tpl"} try adding that tpl_dir="xxYourModule" to get the function to look in your modules /template/ folder for the template your trying to include.