//specialtemplates are called in another file as this one is called in require_once
//ie : 'smiliecache' and 'bbcodecache',
// ######################### REQUIRE BACK-END ############################
//file in root/dir1/dir2/ and forum files in root/forum/
chdir('./../../');
require_once('./dir.php'); //contains path information
if (forum) {
chdir(forum);
}
require_once('./global.php');
require_once('./includes/functions_newpost.php');
require_once('./includes/functions_editor.php');