diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-07-07 06:08:37 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-07-07 06:08:37 +0000 |
| commit | 75454a0af7bba32fccbb176add0c988e140eba95 (patch) | |
| tree | 91ab7b3319f0cd41fa6d12c70a497d0ca4eb47a9 /ajax_edit_storage.php | |
| parent | 10811d38dd906a3cb0d071a2b6f2657c8733943c (diff) | |
| download | liberty-75454a0af7bba32fccbb176add0c988e140eba95.tar.gz liberty-75454a0af7bba32fccbb176add0c988e140eba95.tar.bz2 liberty-75454a0af7bba32fccbb176add0c988e140eba95.zip | |
setFormatHeader() has been moved to BitThemes
Diffstat (limited to 'ajax_edit_storage.php')
| -rw-r--r-- | ajax_edit_storage.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ajax_edit_storage.php b/ajax_edit_storage.php index 00bf71c..8d3bea9 100644 --- a/ajax_edit_storage.php +++ b/ajax_edit_storage.php @@ -1,7 +1,7 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_liberty/ajax_edit_storage.php,v 1.5 2008/06/25 22:21:12 spiderr Exp $ - * @version $Revision: 1.5 $ + * $Header: /cvsroot/bitweaver/_bit_liberty/ajax_edit_storage.php,v 1.6 2008/07/07 06:08:37 squareing Exp $ + * @version $Revision: 1.6 $ * @package liberty * @subpackage functions */ @@ -19,6 +19,6 @@ include_once( LIBERTY_PKG_PATH.'lookup_content_inc.php' ); include_once( LIBERTY_PKG_PATH.'edit_storage_inc.php' ); // fetch the content of the page to display -$gBitSystem->setFormatHeader( 'center_only' ); +$gBitThemes->setFormatHeader( 'center_only' ); $gBitSystem->display( 'bitpackage:liberty/edit_storage_list.tpl' , NULL, array( 'display_mode' => 'edit' )); ?> |
