Revision 909
Added by doc almost 17 years ago
| class.admin.php | ||
|---|---|---|
| 5 | 5 |
/* |
| 6 | 6 |
|
| 7 | 7 |
Website Baker Project <http://www.websitebaker.org/> |
| 8 |
Copyright (C) 2004-2008, Ryan Djurovich
|
|
| 8 |
Copyright (C) 2004-2009, Ryan Djurovich
|
|
| 9 | 9 |
|
| 10 | 10 |
Website Baker is free software; you can redistribute it and/or modify |
| 11 | 11 |
it under the terms of the GNU General Public License as published by |
| ... | ... | |
| 42 | 42 |
// Include PHPLIB template class |
| 43 | 43 |
require_once(WB_PATH."/include/phplib/template.inc"); |
| 44 | 44 |
|
| 45 |
|
|
| 46 | 45 |
// Get WB version |
| 47 | 46 |
require_once(ADMIN_PATH.'/interface/version.php'); |
| 48 | 47 |
|
| 48 |
// Include EditArea wrapper functions |
|
| 49 |
require_once(WB_PATH . '/include/editarea/wb_wrapper_edit_area.php'); |
|
| 50 |
|
|
| 49 | 51 |
/* |
| 50 | 52 |
Begin user changeable settings |
| 51 | 53 |
*/ |
Also available in: Unified diff
Added Javascript syntax highlighting framework EditArea as replacement for Codepress.