diff options
| author | spiderr <spider@viovio.com> | 2013-04-06 16:18:17 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-06 16:18:17 -0400 |
| commit | fbde5b22b5c93f2623a977428484e3a685b7b365 (patch) | |
| tree | 2fbb4f4f72a760fddf8a2c51590882bdba459b68 /content_role_permissions.php | |
| parent | 4c89d83a28e15aa006fd8a29fae1555cc3ae986b (diff) | |
| download | liberty-fbde5b22b5c93f2623a977428484e3a685b7b365.tar.gz liberty-fbde5b22b5c93f2623a977428484e3a685b7b365.tar.bz2 liberty-fbde5b22b5c93f2623a977428484e3a685b7b365.zip | |
major clean up for Smarty 3.0 and another pass at cleaning the top menus
Diffstat (limited to 'content_role_permissions.php')
| -rw-r--r-- | content_role_permissions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content_role_permissions.php b/content_role_permissions.php index 0c6c467..8574640 100644 --- a/content_role_permissions.php +++ b/content_role_permissions.php @@ -100,7 +100,7 @@ if( $gBitThemes->isAjaxRequest() ) { } } - require_once $gBitSmarty->_get_plugin_filepath( 'function', 'biticon' ); + $gBitSmarty->loadPlugin( 'smarty_modifier_biticon' ); $ret = '<a title="'.$contentPerms['roles'][$gid]['role_name']." :: ".$perm.'" '. 'href="javascript:void(0);" onclick="BitAjax.updater('. "'{$perm}{$gid}', ". |
