Skip to content

Commit 57beee3

Browse files
committed
display the values of most currency in all portviews
1 parent e641812 commit 57beee3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cweb/elcurrencyweb/views/currency.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<div class="card-footer">
9191
<small class="text-muted">
9292
<i class="fi fi-ve"></i>
93-
<span class="ms-1 d-none d-sm-inline">
93+
<span class="ms-1 d-sm-inline">
9494
<?php
9595
foreach($currency_list_dbarraynow as $index=>$currencyindex)
9696
{
@@ -115,7 +115,7 @@
115115
<div class="card-footer">
116116
<small class="text-muted">
117117
<i class="fi fi-eu"></i>
118-
<span class="ms-1 d-none d-sm-inline">
118+
<span class="ms-1 d-sm-inline">
119119
<?php
120120
foreach($currency_list_dbarraynow as $index=>$currencyindex)
121121
{
@@ -140,7 +140,7 @@
140140
<div class="card-footer">
141141
<small class="text-muted">
142142
<i class="fi fi-cn"></i>
143-
<span class="ms-1 d-none d-sm-inline">
143+
<span class="ms-1 d-sm-inline">
144144
<?php
145145
foreach($currency_list_dbarraynow as $index=>$currencyindex)
146146
{

0 commit comments

Comments
 (0)