request->get['file'])): $title = explode('/', $this->request->get['file']); $arquivoSelecionado = ucwords($title[0]).': '; $arquivoSelecionado .= ucwords(str_replace('_', ' ', $title[2])); $arquivoSelecionado .= ' ('.$title[2].'.tpl)'; else: $arquivoSelecionado = 'Default: Account (account.tpl)'; endif; ?>