diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-07-10 18:58:40 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-07-10 18:58:40 +0000 |
| commit | 63c1fdd9c76bc3f76f823cba522a5857b67fc8e0 (patch) | |
| tree | a55436046e861bf2d23c3d047f5f10e340108bae /post.php | |
| parent | af1f3f7628a6613f894b7823899a9dde8a6feaeb (diff) | |
| download | blogs-63c1fdd9c76bc3f76f823cba522a5857b67fc8e0.tar.gz blogs-63c1fdd9c76bc3f76f823cba522a5857b67fc8e0.tar.bz2 blogs-63c1fdd9c76bc3f76f823cba522a5857b67fc8e0.zip | |
move loadAjax() to BitThemes
Diffstat (limited to 'post.php')
| -rw-r--r-- | post.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_blogs/post.php,v 1.43 2007/07/09 22:03:17 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_blogs/post.php,v 1.44 2007/07/10 18:58:40 squareing Exp $ * @package blogs * @subpackage functions @@ -112,6 +112,6 @@ if (isset($_REQUEST['blog_content_id'])) { $gBitSmarty->assign_by_ref( 'errors', $gContent->mErrors ); // Need ajax for attachment browser -$gBitSystem->loadAjax( 'prototype' ); +$gBitThemes->loadAjax( 'prototype' ); $gBitSystem->display( 'bitpackage:blogs/blog_post.tpl', "Create Blog Post" ); ?> |
