clipbucket/upload/styles/global/blocks/mature_content.html
Fawaz 455c0c08ea Fixed : getProfileItem method @$userquery
Updated : get_mature_thumb function
Added : Two new functions get_image_file and _recheck_photo_code
2012-12-27 13:06:35 +00:00

9 lines
No EOL
728 B
HTML

<div class="hero-unit clearfix">
<h2 style="margin-bottom:10px;">{if $title}{$title}{else}{lang code='Mature Content'}{/if}</h2>
<div class="thumbnail span3" style="margin:0px 20px 0px 0px; background:whitesmoke;">
<img src="{get_mature_thumb( $object )}" />
</div>
<p>This content may contain material that may be inappropriate for some users.</p>
<p>To view content, please verify you are 18 or above by login in or registering.</p>
<p><a href="{link name='login'}" class="btn btn-primary btn-large marginR5"><strong>{lang code='Register'}</strong></a> or <a href="{link name='login'}#login-modal" data-toggle="modal" class="marginL5 marginR5"><strong>{lang code='Login'}</strong></a></p>
</div>