mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Download breadcrumb now uses SEF URLs
This commit is contained in:
@@ -351,7 +351,8 @@ class download_shortcodes extends e_shortcode
|
|||||||
|
|
||||||
if(deftrue('BOOTSTRAP'))
|
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'])
|
if ($this->var['download_mirror_type'])
|
||||||
@@ -582,7 +583,7 @@ class download_shortcodes extends e_shortcode
|
|||||||
|
|
||||||
if(deftrue('BOOTSTRAP'))
|
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)
|
if ($pref['agree_flag'] == 1)
|
||||||
|
Reference in New Issue
Block a user