[eluser]newbiewcoder[/eluser]
Hi guys,
Based on some miracle reasons, my bos want to place master template folder called 'TEMPLATE' like this:
my_ci_app
-application
-system
-TEMPLATE
--template_folder_name
---images
----header.png
---template.php
---style.css
-javascript
index.php
You know, this master template will be used as placeholder for many small widget, ex:calendar, last-comment etc. So, how i can call this master template like $this->load->view('master_template_directory', $data);
And luckily we still use "old-not supported by Phil Sturgeon - modular extension HMVC"
So, how i could realize this purpose?
Or there are any structure advice?
Thanks