Ignore:
Timestamp:
Sep 28, 2012, 11:56:52 AM (12 years ago)
Author:
Gotcha
Message:

Better integration in front-office

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/piwishack/include/class.inc.php

    r18297 r18327  
    715715    {
    716716      $link_url =
    717         '<a href="'.$link_url.'" title="'.$link_title.'" rel="nofollow"><img src="'.get_root_url().'plugins/'.$this->plugin_name.'/icon/controller_'.$suffix_url.'.png" class="button" alt="PiwiShack controller"></a>';
     717        '<a class="pwg-state-default pwg-button" rel="nofollow" title="'.$link_title.'" href="'.$link_url.'"><img src="'.get_root_url().'plugins/'.$this->plugin_name.'/icon/controller_'.$suffix_url.'.png" class="button" alt="PiwiShack controller"></a>';
    718718    }
    719719
Note: See TracChangeset for help on using the changeset viewer.