@section('page_title')

{{xe_trans('xe::pluginDetails')}}

@stop
@if(count($unresolvedComponents)) @endif

{{$plugin->getTitle()}}

@if($plugin->getIcon() === null) {{$plugin->getTitle()}} @else {{$plugin->getTitle()}} @endif
@if($author = $plugin->getAuthor()) {{-- author name --}}
{{xe_trans('xe::author')}}
@if($email = array_get($author, 'email')) {{ array_get($author, 'name', '') }} @else {{ array_get($author, 'name', '') }} @endif
{{-- author homepage --}} @if($homepage = array_get($author, 'homepage'))
{{xe_trans('xe::author')}}
{{ $homepage }}
@endif @endif {{-- author source--}} @if($source = $plugin->getSupport('source'))
Source
{{ $source }} @endif
@if($plugin->isActivated())
{!! csrf_field() !!} {!! method_field('PUT') !!}
@if($plugin->needUpdateInstall())
{!! csrf_field() !!} {!! method_field('PUT') !!}
@endif @if($plugin->getSettingsURI()) {{xe_trans('xe::settings')}} @endif @else
{!! csrf_field() !!} {!! method_field('PUT') !!}
@endif
{{-- 세부사항 --}}
  • {{xe_trans('xe::description')}}

    {{ $plugin->getDescription() }}

  • {{xe_trans('xe::information')}}

    {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}}
    {{xe_trans('xe::version')}} {{$plugin->getVersion()}}
    {{xe_trans('xe::author')}} @if($authors = $plugin->getAuthors()) {{ reset($authors)['name'] }} @endif
    업데이트2015.10.15
    인스톨 수1+ million
    {{xe_trans('xe::supportingComponents')}} @foreach($componentTypes as $type => $typeText) @foreach($plugin->getComponentList($type) as $key => $component) {{ $type }} @endforeach @endforeach
    호환성XpressEngine 0.8 or higher
  • Screenshot

    @if($screenshots = $plugin->getScreenshots())
    @foreach($screenshots as $screenshot)
    plugin screenshot
    @endforeach
    @else {{xe_trans('xe::msgNoScreenshot')}} @endif
  • {{xe_trans('xe::supportComponents')}}

    @foreach($componentTypes as $type => $typeText) @foreach($plugin->getComponentList($type) as $key => $component) @if($plugin->isActivated()) @if($class = $component['class']) @if(class_exists($class)) @endif @endif @else @endif @endforeach @endforeach
    {{xe_trans('xe::name')}} {{xe_trans('xe::type')}} {{xe_trans('xe::description')}}
    {{ $class::getComponentInfo('name') }} @if($class::getSettingsUri() !== null) @endif {{ $typeText }} {{ $class::getComponentInfo('description') }}
    {{ $component['name'] }} {{ $typeText }} {{ $component['description'] }}
{{-- 문서정보 --}}
@if($readme = $plugin->getReadMe()) {!! $readme !!} @else {{xe_trans('xe::msgNoDocument')}} @endif
{{-- 지원 --}} {{--
--}} {{-- 업데이트 기록 --}}
@if($changelog = $plugin->getChangeLog()) {!! nl2br($changelog) !!} @else {{xe_trans('xe::msgNoUpdateChangeLog')}} @endif