Changeset 726707
- Timestamp:
- 06/14/2013 03:49:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gplus-comments/trunk/includes/templates/container.php
r725775 r726707 44 44 <?php 45 45 $tab_order = explode(',',$options['tab_order']); 46 $iconset = ' monotone';47 $active = ' class="active" >';46 $iconset = 'default'; 47 $active = ' class="active"'; 48 48 foreach ($tab_order as $tab) 49 49 { 50 echo "<li ".$active." <a href='#".$tab."-tab'>";50 echo "<li ".$active."><a href='#".$tab."-tab'>"; 51 51 if(!$options['hide_icons']) 52 52 {
Note: See TracChangeset
for help on using the changeset viewer.