From 0e1be32a20b231ca09f43f1816a12477b3cf1c87 Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 24 Jul 2013 08:53:16 -0700 Subject: [PATCH] Better admin icon. --- e107_themes/bootstrap/theme_shortcodes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_themes/bootstrap/theme_shortcodes.php b/e107_themes/bootstrap/theme_shortcodes.php index d765c7824..fee1d600e 100644 --- a/e107_themes/bootstrap/theme_shortcodes.php +++ b/e107_themes/bootstrap/theme_shortcodes.php @@ -87,9 +87,9 @@ class theme_shortcodes extends e_shortcode
  • Profile
  • '; - if(ADMIN) //TODO Find Icon. + if(ADMIN) { - $text .= '
  • Admin Area
  • '; + $text .= '
  • Admin Area
  • '; } $text .= '