load->helper('murl'); $this->load->helper('url'); $this->load->helper('equipment'); if (!isset($d1)) $d1 = FALSE; if (!isset($d2)) $d2 = FALSE; if (!isset($target)) $target = 'hero/selected/inventory/'; if (($d1 !== FALSE) && ($d2 !== FALSE)) $link_sel = $target . $d1 . '/' . $d2 . '/'; else $link_sel = $target; ?>