Welcome Guest, Not a member yet? Register   Sign In
Sub Folders Link Question
#2

[eluser]razerone[/eluser]
For those who want to have theme showing in views>theme sub folder I think I have found nice code. goes in index.

if (is_dir($application_folder))
{
define('APPPATH', $application_folder.'/');
}
else
{
if ( ! is_dir(BASEPATH.$application_folder.'/'))
{
exit("Your application folder path does not appear to be set correctly. Please open the following file and correct this: ".SELF);
}
define('APPPATH', BASEPATH.$application_folder.'/');

}

define('DIR_TEMPLATE', dirname(__FILE__).'/'.$application_folder.'/views/theme/');


Messages In This Thread
Sub Folders Link Question - by El Forum - 10-05-2013, 04:16 AM
Sub Folders Link Question - by El Forum - 10-06-2013, 10:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB