Plugin Directory

Changeset 726707


Ignore:
Timestamp:
06/14/2013 03:49:45 PM (13 years ago)
Author:
bholtsclaw
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gplus-comments/trunk/includes/templates/container.php

    r725775 r726707  
    4444    <?php
    4545      $tab_order = explode(',',$options['tab_order']);
    46       $iconset = 'monotone';
    47       $active = ' class="active">';
     46      $iconset = 'default';
     47      $active = ' class="active"';
    4848      foreach ($tab_order as $tab)
    4949      {
    50         echo "<li ".$active."<a href='#".$tab."-tab'>";
     50        echo "<li ".$active."><a href='#".$tab."-tab'>";
    5151        if(!$options['hide_icons'])
    5252        {
Note: See TracChangeset for help on using the changeset viewer.