1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-09 22:01:05 +02:00

GUI Glyph fixes and Bbcode button styling fixes.

This commit is contained in:
Cameron
2014-01-17 06:49:55 -08:00
parent 325c3f3f60
commit 58d2aa8ad3
14 changed files with 206 additions and 86 deletions

View File

@@ -1236,7 +1236,7 @@ class e_navigation
if(vartrue($e107_vars[$act]['image_src']) && strstr($e107_vars[$act]['image_src'],'.glyph'))
{
$replace[9] = $tp->toGlyph($e107_vars[$act]['image_src']);
$replace[9] = $tp->toGlyph($e107_vars[$act]['image_src'], array('space'=>' '));
}
else
{
@@ -1741,7 +1741,7 @@ class navigation_shortcodes extends e_shortcode
// else
{
//$path = e107::getParser()->replaceConstants($this->var['link_button'], 'full', TRUE);
return $tp->toIcon($this->var['link_button']);
return $tp->toIcon($this->var['link_button'],array('space'=>' '));
// return "<img class='icon' src='".$path."' alt='' />";
}