1
0
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:
Cameron
2013-12-25 01:59:00 -08:00
parent 9723c96fd1
commit c7552fbcc9

View File

@@ -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)