![]() |
Phil Sturgeon's CI Template Library - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Phil Sturgeon's CI Template Library (/showthread.php?tid=46957) |
Phil Sturgeon's CI Template Library - El Forum - 11-21-2011 [eluser]Unknown[/eluser] I have everything set up correctly with the Dwoo parser and I've changed my template layout config to index and the template theme config to admin so it should be /application/themes/admin/index.php. It's loading the test views but it's giving me an error. Quote:Unable to load the requested file: index.php The only code I have is Code: public function index() My themes/admin/index.php file contains Code: <!DOCTYPE html> |