diff options
| author | Christian Fowler <spider@viovio.com> | 2006-01-03 01:23:20 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-01-03 01:23:20 +0000 |
| commit | be899c4d9df1fe53df1206d37970a19d47568057 (patch) | |
| tree | 3095391b9848a6bad3934f86e0bcbb6b4462b256 /edition_edit.php | |
| parent | 8759f404aa53e377f8dba93649989e79086b482c (diff) | |
| download | newsletters-be899c4d9df1fe53df1206d37970a19d47568057.tar.gz newsletters-be899c4d9df1fe53df1206d37970a19d47568057.tar.bz2 newsletters-be899c4d9df1fe53df1206d37970a19d47568057.zip | |
add liberty format and quicktags to edition editing
Diffstat (limited to 'edition_edit.php')
| -rw-r--r-- | edition_edit.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/edition_edit.php b/edition_edit.php index f634a17..982d279 100644 --- a/edition_edit.php +++ b/edition_edit.php @@ -45,6 +45,11 @@ if (isset($_REQUEST["preview"])) { } } +// Configure quicktags list +if( $gBitSystem->isPackageActive( 'quicktags' ) ) { + include_once( QUICKTAGS_PKG_PATH.'quicktags_inc.php' ); +} + // load the ajax library for this page $gBitSmarty->assign( 'loadAjax', TRUE ); // Display the template |
