Plugin Directory

Changeset 1932928


Ignore:
Timestamp:
08/30/2018 08:57:04 AM (7 years ago)
Author:
hoangthinhnd
Message:

Fixed issue #loss svg

Location:
easy-coin-table/trunk
Files:
5 added
3 edited

Legend:

Unmodified
Added
Removed
  • easy-coin-table/trunk/bitcoin-plugin.php

    r1928490 r1932928  
    33Plugin Name: Easy Coin Table
    44Plugin URI: https://tygiacoin.com/tin-tong-hop/share-plugin-bang-gia-tien-ao.html
    5 Description: Developed by Tygiacoin.com
     5Description: Displays the list of currently available virtual currency ratings and their exchange rates
    66Author: Hoangthinhnd
    77Version: 1.0
  • easy-coin-table/trunk/includes/shortcode.php

    r1928490 r1932928  
    3030                        <td>
    3131                            <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;">';} ?>
    3333                            <div class="clear"></div>   
    3434                        </td>
  • easy-coin-table/trunk/includes/widget.php

    r1928490 r1932928  
    22class ht_plugin_widget extends WP_Widget {
    33    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' );
    55        $control_ops = array( 'id_base' => 'ht_plugin_widget' );
    66        $this->WP_Widget( 'ht_plugin_widget', 'Easy Coin Table', $widget_ops, $control_ops );
Note: See TracChangeset for help on using the changeset viewer.