Plugin Directory

Changeset 221490


Ignore:
Timestamp:
03/24/2010 09:51:53 PM (16 years ago)
Author:
UnderWordPressure
Message:
 
Location:
faviroll/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • faviroll/trunk/faviroll.php

    r191165 r221490  
    2323*/
    2424
    25 // Debug only on localhost 
     25// Debug only on localhost
    2626if ($_SERVER['HTTP_HOST'] == 'localhost') error_reporting(E_ALL);  // |E_STRICT
    2727
     
    4040
    4141/**
    42  * The admin-page renew the favicons after the configured time 
     42 * The admin-page renew the favicons after the configured time
    4343 */
    4444function faviroll_revisit() {
     
    130130    echo '
    131131 <div class="wrap">
    132 
    133   <h2 style="display:inline;">'.__('FAVIcons for blogROLL', 'faviroll').'</h2>'.$faviroll->get_message($message).'<br />
    134   <h4 style="display:inline;">Currently [ '.$faviroll->cacheIconsCount().' ] icons in the cache directory.</h4>
    135 
    136  <div style="float: right;">
    137  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
    138  <input type="hidden" name="cmd" value="_s-xclick">
    139  <input type="hidden" name="hosted_button_id" value="7362367">
    140  <input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="donate" title="Sollte Ihnen das Plugin gefallen, w&auml;re ich &uuml;ber eine kleine Spende sehr erfreut">
    141  <img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1">
    142  </form>
    143  </div>
    144 
     132  <div id="icon-options-general" class="icon32"><br /></div>
     133  <h2>'.__('FAVIcons for blogROLL', 'faviroll').' Settings</h2>'.$faviroll->get_message($message).'<br />
     134  <h4 style="display:inline;">Currently [ '.$faviroll->cacheIconsCount().' ] icons in the cache directory.</h4>
     135
     136     <div style="float: right;margin:10px;padding-right:50px;">
     137      <a href="http://donate.grobator.de/"><img src="https://www.paypal.com/en_GB/i/btn/btn_donate_SM.gif" border="0" alt="donate" title="Sollte Ihnen das Plugin gefallen, w&auml;re ich &uuml;ber eine kleine Spende sehr erfreut" /></a
     138     </div>
    145139   <form id="faviroll" name="faviroll" method="post">
    146140    <table class="form-table" summary="">
    147141     <tr>
    148       <td><strong>Settings</strong></td>
    149      </tr>
    150      <tr>
    151142      <td scope="row" valign="top">Default Favicon URL:</td>
    152143      <td><input type="text" name="faviroll_default_favicon" size="120" value="'.$default_favicon.'" /><br />(If the favicon on the link is missing this will be shown instead.)</td>
  • faviroll/trunk/readme.txt

    r191599 r221490  
    11=== FAVIROLL - FAVIcons for blogROLL ===
    22Contributors: grobator
     3Donate link: http://donate.grobator.de/
    34Tags: favicons, links, icons, blogroll, bookmarks
    45Requires at least: 2.7
Note: See TracChangeset for help on using the changeset viewer.