' . __('Before you can add content you need to define some positions. These positions will be where your content appears.') . '
'; $positions_t = array(); $positions_w = array(); if (is_array($positions)) { foreach ($positions as $position) { if ($position['type'] == 'widget') $positions_w[$position['position']] = $position; if ($position['type'] == 'template') $positions_t[$position['position']] = $position; } } ksort($positions_t); ksort($positions_w); ?>