Changeset 221490
- Timestamp:
- 03/24/2010 09:51:53 PM (16 years ago)
- Location:
- faviroll/trunk
- Files:
-
- 2 edited
-
faviroll.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
faviroll/trunk/faviroll.php
r191165 r221490 23 23 */ 24 24 25 // Debug only on localhost 25 // Debug only on localhost 26 26 if ($_SERVER['HTTP_HOST'] == 'localhost') error_reporting(E_ALL); // |E_STRICT 27 27 … … 40 40 41 41 /** 42 * The admin-page renew the favicons after the configured time 42 * The admin-page renew the favicons after the configured time 43 43 */ 44 44 function faviroll_revisit() { … … 130 130 echo ' 131 131 <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äre ich ü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äre ich über eine kleine Spende sehr erfreut" /></a 138 </div> 145 139 <form id="faviroll" name="faviroll" method="post"> 146 140 <table class="form-table" summary=""> 147 141 <tr> 148 <td><strong>Settings</strong></td>149 </tr>150 <tr>151 142 <td scope="row" valign="top">Default Favicon URL:</td> 152 143 <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 1 1 === FAVIROLL - FAVIcons for blogROLL === 2 2 Contributors: grobator 3 Donate link: http://donate.grobator.de/ 3 4 Tags: favicons, links, icons, blogroll, bookmarks 4 5 Requires at least: 2.7
Note: See TracChangeset
for help on using the changeset viewer.