diff options
| author | wjames5 <will@tekimaki.com> | 2009-11-12 05:09:05 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-11-12 05:09:05 +0000 |
| commit | e2a98da57304b5779a96cc0b6dd30a7f496ed8fe (patch) | |
| tree | e7252178d0138b54a06c7e139262d761a09347a6 /admin | |
| parent | f7b9ef447f5581b997f7f7edf0711e12138211eb (diff) | |
| download | themes-e2a98da57304b5779a96cc0b6dd30a7f496ed8fe.tar.gz themes-e2a98da57304b5779a96cc0b6dd30a7f496ed8fe.tar.bz2 themes-e2a98da57304b5779a96cc0b6dd30a7f496ed8fe.zip | |
Begin module upgrade - read in modules from both old and new locations and process config files during layout editing. Add an upgrade method for packages which upgrade their modules to call to assist people updating their site. Make some use of the new config data to demonstrate possibilities in layout menu. Include one module update in blog pkg to sketch out how configuration file might look.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_layout_inc.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/admin/admin_layout_inc.php b/admin/admin_layout_inc.php index a544e6d..2e5c884 100644 --- a/admin/admin_layout_inc.php +++ b/admin/admin_layout_inc.php @@ -1,5 +1,5 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_themes/admin/admin_layout_inc.php,v 1.9 2009/09/15 18:50:42 tylerbello Exp $ +// $Header: /cvsroot/bitweaver/_bit_themes/admin/admin_layout_inc.php,v 1.10 2009/11/12 05:09:05 wjames5 Exp $ // Initialization require_once( '../../bit_setup_inc.php' ); @@ -130,4 +130,6 @@ $gBitSmarty->assign_by_ref( "groups", $groups ); // we need gBitThemes as well $gBitSmarty->assign_by_ref( "gBitThemes", $gBitThemes ); + +$gBitThemes->loadJavascript( THEMES_PKG_PATH.'scripts/BitThemes.js', TRUE ); ?> |
