Hi, i have quite a few pages that use the define pages editor to alter
I have the following in a template file
$define_page = zen_get_file_directory(DIR_WS_LANGUAGES . $_SESSION['language'] . '/html_includes/', FILENAME_DEFINE_MY_PAGE, 'false');
What i want to do now, is to define two areas on one page (they are not together)
Am i safe to change the name of the string for my second area, ie the following
$define_page = zen_get_file_directory(DIR_WS_LANGUAGES . $_SESSION['language'] . '/html_includes/', FILENAME_DEFINE_MY_PAGE, 'false');
$define_second = zen_get_file_directory(DIR_WS_LANGUAGES . $_SESSION['language'] . '/html_includes/', FILENAME_DEFINE_MY_PAGE2, 'false');
The reason im asking if it's safe, is i don't know whether $define_page string is put through some function to check its content before delivering it to the page etc
Rob
Rob


Reply With Quote
