diff options
| author | spider@app2 <spiderr@bitweaver.org> | 2018-03-21 13:04:57 -0400 |
|---|---|---|
| committer | spider@app2 <spiderr@bitweaver.org> | 2018-03-21 13:04:57 -0400 |
| commit | ab2cb1197c7d9c175be3b319bad92d7325c44de6 (patch) | |
| tree | b6ceb901e9a11153a54ba0d688f8aaf995964c47 /smartyplugins/block.jstab.php | |
| parent | 81c3b08a36d329c60a4a88f60c6ff2f0686be18a (diff) | |
| download | themes-ab2cb1197c7d9c175be3b319bad92d7325c44de6.tar.gz themes-ab2cb1197c7d9c175be3b319bad92d7325c44de6.tar.bz2 themes-ab2cb1197c7d9c175be3b319bad92d7325c44de6.zip | |
fix jstabs css
Diffstat (limited to 'smartyplugins/block.jstab.php')
| -rw-r--r-- | smartyplugins/block.jstab.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smartyplugins/block.jstab.php b/smartyplugins/block.jstab.php index e88b50a..4f74eff 100644 --- a/smartyplugins/block.jstab.php +++ b/smartyplugins/block.jstab.php @@ -32,7 +32,7 @@ function smarty_block_jstab( $pParams, $pContent, &$gBitSmarty, $pRepeat ) { $jsTabLinks[] = $tabString; } - $type = BitBase::getParameter( $pParams, 'type', 'tabs' ); + $type = BitBase::getParameter( $pParams, 'type', 'tab' ); $ret = '<div class="'.$type.'-pane" id="'.$tabId.'">'; $ret .= $pContent; |
