From 6c8fe253b24c89f098742b12775c1cd524ac5482 Mon Sep 17 00:00:00 2001 From: fisharebest Date: Sat, 17 Jul 2010 08:38:18 +0000 Subject: Combine WT_THEME_DIR with WT_IMAGES. This reduces repetition, and will allow themes to share common images, e.g. in the images directory. --- index_edit.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'index_edit.php') diff --git a/index_edit.php b/index_edit.php index cae46f5536..2bcf0da779 100644 --- a/index_edit.php +++ b/index_edit.php @@ -68,12 +68,12 @@ if (!isset($index)) $index=1; $block_id=safe_REQUEST($_REQUEST, 'block_id'); // Define all the icons we're going to use -$IconUarrow = "\"\""; -$IconDarrow = "\"\""; -$IconRarrow = "\"\""; -$IconLarrow = "\"\""; -$IconRDarrow = "\"\""; -$IconLDarrow = "\"\""; +$IconUarrow = "\"\""; +$IconDarrow = "\"\""; +$IconRarrow = "\"\""; +$IconLarrow = "\"\""; +$IconRDarrow = "\"\""; +$IconLDarrow = "\"\""; $all_blocks=array(); foreach (WT_Module::getActiveBlocks() as $name=>$block) { -- cgit v1.3