Revision 1428
Added by Dietmar almost 14 years ago
modify.php | ||
---|---|---|
18 | 18 |
|
19 | 19 |
// Must include code to stop this file being access directly |
20 | 20 |
if(defined('WB_PATH') == false) { die("Cannot access this file directly"); } |
21 |
|
|
22 |
require_once(WB_PATH . '/include/editarea/wb_wrapper_edit_area.php'); |
|
23 |
|
|
21 | 24 |
// Setup template object |
22 | 25 |
$template = new Template(WB_PATH.'/modules/code'); |
23 | 26 |
$template->set_file('page', 'htt/modify.htt'); |
Also available in: Unified diff
update Argostheme to version 1.5 (Tks to Argos)
validation fixes
call edit_full_area on the fly