summaryrefslogtreecommitdiff
path: root/smartyplugins/function.smartlink.php
diff options
context:
space:
mode:
Diffstat (limited to 'smartyplugins/function.smartlink.php')
-rw-r--r--smartyplugins/function.smartlink.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/smartyplugins/function.smartlink.php b/smartyplugins/function.smartlink.php
index 9d67ba9..a05e6cf 100644
--- a/smartyplugins/function.smartlink.php
+++ b/smartyplugins/function.smartlink.php
@@ -108,7 +108,7 @@ function smarty_function_smartlink( $pParams, &$pSmarty=NULL ) {
if( $sort_asc == $isort_mode ) {
$sorticon = array(
'ipackage' => 'icons',
- 'iname' => 'icon-sort-up',
+ 'iname' => 'fa-sort-up',
'iexplain' => 'ascending',
'iforce' => 'icon',
);
@@ -116,7 +116,7 @@ function smarty_function_smartlink( $pParams, &$pSmarty=NULL ) {
} elseif( $sort_desc == $isort_mode ) {
$sorticon = array(
'ipackage' => 'icons',
- 'iname' => 'icon-sort-down',
+ 'iname' => 'fa-sort-down',
'iexplain' => 'descending',
'iforce' => 'icon',
);