@extends('skinlib.master') @section('title', $texture->name) @section('content')

@lang('skinlib.show.title')

@lang('skinlib.show.comment')

@if (option('comment_script') != "") {!! get_string_replaced(option('comment_script'), [ '{tid}' => $texture->tid, '{name}' => $texture->name, '{url}' => get_base_url().$_SERVER['REQUEST_URI'] ]) !!} @else

@lang('skinlib.show.comment-not-available')

@endif
@endsection