Changeset 2352794
- Timestamp:
- 08/05/2020 03:13:54 AM (6 years ago)
- Location:
- pixnet/trunk
- Files:
-
- 2 edited
-
libs/widget_sticker.php (modified) (2 diffs)
-
pixnet_plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pixnet/trunk/libs/widget_sticker.php
r2112603 r2352794 28 28 echo " 29 29 <div class='sticker'> 30 <a target='_blank' href='$league_link'><amp-img width='$width' height='$height' layout='intrinsic' id='league' class='no-display' src='$stickerUrl_league' ></a>";30 <a target='_blank' href='$league_link'><amp-img width='$width' height='$height' layout='intrinsic' id='league' class='no-display' src='$stickerUrl_league' alt='個人媒體聯盟貼紙'></a>"; 31 31 if ($this->is_onrank) { 32 32 echo " 33 <a target='_blank' href='$ranking_link'><amp-img width='$width' height='$height' layout='intrinsic' id='rank' class='no-display' src='$stickerUrl_ranking' ></a>33 <a target='_blank' href='$ranking_link'><amp-img width='$width' height='$height' layout='intrinsic' id='rank' class='no-display' src='$stickerUrl_ranking' alt='社群影響力貼紙'></a> 34 34 </div> 35 35 "; … … 38 38 echo " 39 39 <div class='sticker'> 40 <a target='_blank' href='$league_link'><img id='league' class='no-display' src='$stickerUrl_league' ></a>41 <a target='_blank' href='$ranking_link'><img id='rank' class='no-display' src='$stickerUrl_ranking' ></a>40 <a target='_blank' href='$league_link'><img id='league' class='no-display' src='$stickerUrl_league' alt='個人媒體聯盟貼紙'></a> 41 <a target='_blank' href='$ranking_link'><img id='rank' class='no-display' src='$stickerUrl_ranking' alt='社群影響力貼紙'></a> 42 42 </div> 43 43 "; -
pixnet/trunk/pixnet_plugin.php
r2329099 r2352794 1 1 <?php 2 2 /* 3 Plugin Name: PIXNET PA code Word press Plugin4 Description: This is PIXNET PA code Word press plugin3 Plugin Name: PIXNET PA code WordPress Plugin 4 Description: This is PIXNET PA code WordPress plugin 5 5 Author: Daniel 6 Version: 2.9. 56 Version: 2.9.6 7 7 */ 8 8
Note: See TracChangeset
for help on using the changeset viewer.