Changeset 1932928
- Timestamp:
- 08/30/2018 08:57:04 AM (7 years ago)
- Location:
- easy-coin-table/trunk
- Files:
-
- 5 added
- 3 edited
-
bitcoin-plugin.php (modified) (1 diff)
-
includes/asset/banner-772x250.png (added)
-
includes/asset/icon-128x128.png (added)
-
includes/asset/screenshot-1.jpg (added)
-
includes/asset/screenshot-2.jpg (added)
-
includes/asset/screenshot-3.jpg (added)
-
includes/shortcode.php (modified) (1 diff)
-
includes/widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easy-coin-table/trunk/bitcoin-plugin.php
r1928490 r1932928 3 3 Plugin Name: Easy Coin Table 4 4 Plugin URI: https://tygiacoin.com/tin-tong-hop/share-plugin-bang-gia-tien-ao.html 5 Description: D eveloped by Tygiacoin.com5 Description: Displays the list of currently available virtual currency ratings and their exchange rates 6 6 Author: Hoangthinhnd 7 7 Version: 1.0 -
easy-coin-table/trunk/includes/shortcode.php
r1928490 r1932928 30 30 <td> 31 31 <p><?php echo $value->percent_change_24h; ?>%</p> 32 <?php if($value->percent_change_24h > 0){ echo '<img src="'. plugins_url( 'asset/coins-logos/arr-up.svg ', __FILE__ ) . '" style="width:16px;">'; } else {echo '<img src="'.(plugins_url()).'/ easy-coin-table/asset/coins-logos/arr-down.svg" style="width:16px;">';} ?>32 <?php if($value->percent_change_24h > 0){ echo '<img src="'. plugins_url( 'asset/coins-logos/arr-up.svg ', __FILE__ ) . '" style="width:16px;">'; } else {echo '<img src="'.(plugins_url()).'/asset/coins-logos/arr-down.svg" style="width:16px;">';} ?> 33 33 <div class="clear"></div> 34 34 </td> -
easy-coin-table/trunk/includes/widget.php
r1928490 r1932928 2 2 class ht_plugin_widget extends WP_Widget { 3 3 function ht_plugin_widget() { 4 $widget_ops = array( 'classname' => 'ht_plugin_widget', 'description' => ' Hiển thị list danh sách xếp hạng các đồng tiển ảo đang thịnh hành hiện nay và tỉ giá của chúng' );4 $widget_ops = array( 'classname' => 'ht_plugin_widget', 'description' => 'Displays the list of currently available virtual currency ratings and their exchange rates' ); 5 5 $control_ops = array( 'id_base' => 'ht_plugin_widget' ); 6 6 $this->WP_Widget( 'ht_plugin_widget', 'Easy Coin Table', $widget_ops, $control_ops );
Note: See TracChangeset
for help on using the changeset viewer.