From f6eca3a6e50e9747b0b5e042e33584578538db04 Mon Sep 17 00:00:00 2001 From: sweetas Date: Fri, 8 Dec 2006 08:43:13 +0000 Subject: [PATCH] new {IMODE} shortcode added which allows for the switching of the new icon sets part way through a theme using {IMODE=icon_pack_name} --- e107_files/shortcode/imode.sc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 e107_files/shortcode/imode.sc diff --git a/e107_files/shortcode/imode.sc b/e107_files/shortcode/imode.sc new file mode 100644 index 000000000..a38f75f8c --- /dev/null +++ b/e107_files/shortcode/imode.sc @@ -0,0 +1,2 @@ +global $imode; +$imode = $parm; \ No newline at end of file