@lang('skinlib.show.comment')
@if (option('comment_script') != "")
{!! get_string_replaced(option('comment_script'), ['{tid}' => $texture->tid, '{name}' => $texture->name, '{url}' => get_current_url()]) !!}
@else
@lang('skinlib.show.comment-not-available')
@endif