getContainer()->router; ?> @if (empty($this->folder))
@endif @if(!(empty($this->folder)))
@if (count($this->breadcrumbs))
@endif
@if (count($this->subfolders)) @foreach ($this->subfolders as $subfolder) @endforeach
route("index.php?&view=browser&tmpl=component&folder="); ?> @lang('COM_AKEEBA_BROWSER_LBL_GOPARENT')
@else @if (!$this->exists)
@lang('COM_AKEEBA_BROWSER_ERR_NOTEXISTS')
@elseif (!$this->inRoot)
@lang('COM_AKEEBA_BROWSER_ERR_NONROOT')
@elseif ($this->openbasedirRestricted)
@lang('COM_AKEEBA_BROWSER_ERR_BASEDIR')
@else
route("index.php?&view=browser&tmpl=component&folder="); ?> @lang('COM_AKEEBA_BROWSER_LBL_GOPARENT')
@endif {{-- secondary block --}} @endif {{-- count($this->subfolders) --}}
@endif