Skip to content

Commit

Permalink
Update separator.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Sep 4, 2016
1 parent a3e7b13 commit 10f6bf7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions layouts/joomla/toolbar/separator.php
Expand Up @@ -8,3 +8,9 @@
*/

defined('JPATH_BASE') or die;

$class = $displayData['class'];
$style = $displayData['style'];

?>
<div class="btn-group <?php echo $class; ?>"<?php echo $style; ?>></div>

0 comments on commit 10f6bf7

Please sign in to comment.