mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Download breadcrumb now uses SEF URLs
This commit is contained in:
parent
9723c96fd1
commit
c7552fbcc9
@ -351,7 +351,8 @@ class download_shortcodes extends e_shortcode
|
||||
|
||||
if(deftrue('BOOTSTRAP'))
|
||||
{
|
||||
$img = '<i class="icon-download"></i>';
|
||||
$img = e107::getParser()->toGlyph('icon-download.glyph',false);
|
||||
// $img = '<i class="icon-download"></i>';
|
||||
}
|
||||
|
||||
if ($this->var['download_mirror_type'])
|
||||
@ -582,7 +583,7 @@ class download_shortcodes extends e_shortcode
|
||||
|
||||
if(deftrue('BOOTSTRAP'))
|
||||
{
|
||||
$img = '<i class="icon-download"></i>';
|
||||
$img = e107::getParser()->toGlyph('icon-download.glyph',false); // '<i class="icon-download"></i>';
|
||||
}
|
||||
|
||||
if ($pref['agree_flag'] == 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user