FuelPHP Bin
themes_backend.php
<?php return array( 'active' => 'ink_theme', 'fallback' => 'default', 'paths' => array( // theme files are outside the DOCROOT here APPPATH.'themes'.DS.'back-end'.DS, ), 'assets_folder' => 'themes', // so this implies <localpath>/public/themes/<themename>... 'view_ext' => '.twig', 'require_info_file' => false, 'info_file_name' => 'ink_theme_info.php', 'info_file_type' => 'php', 'use_modules' => true, );