I apologize if this questions has already been answered, I have a feeling I'm just not using the right terminology for my search.
I'm in the process of building a base theme for my employer. One of the things we want to do with this new theme is have the option to switch from a standard template to one that's been Zurbified. The way I'd prefer to handle this is by having an admin panel checkbox.
Within the theme itself we want to have 2 separate folders that contain the actual theme template files (Ex: theme_folder/normal/page.php || theme_folder/zurb/page.php).
How would I go about properly processing this? Is there a hook/filter that allows you to specify which sub folder to use in the specific situation? From what I read its possible to have the sub directories house the template page files,
http://nacin.com/2012/03/29/page-templates-in-subdirectories-new-in-wordpress-3-4/
, but I'm not finding the call I need to tell Wordpress to use the specific subs.