@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