Can someone please tell me what this code is doing? Esp. the require lines. Where are ‘DIR_WS_TEMPLATES’ AND ‘TEMPLATE_NAME’ located?
include_once(“ait_file_library.inc.php”);
require(‘includes/application_top.php’);
$content = “hood_story”;
require(DIR_WS_TEMPLATES . TEMPLATE_NAME . ‘/’ . TEMPLATENAME_MAIN_PAGE);
require(DIR_WS_INCLUDES . ‘application_bottom.php’);