clipbucket/upload/styles/global/blocks/view_channel/custom_background.html
Fawaz b77ebaaef2 Added : custom_background.html in styles/global/blocks/view_channel
Added : view_channel page blocks pages, channel_header.html, channel_left.html, channel_right.html
Added : view_item/share_photo.html
Added : view_channel.css
Added : blocks/feed.html
2012-09-26 12:47:38 +00:00

6 lines
No EOL
532 B
HTML

<!-- User custom background start -->
{$background_exists=$userquery->getUserBg($u, true)}
{if $background_exists}
<div class="user-custom-background" style="z-index: -1; background-position: center;{if $userquery->getUserBg($u)} background-image:url('{$userquery->getUserBg($u)}'); background-repeat: {$u.background_repeat};{/if}{if $u.background_color != ''} background-color: {$u.background_color};{/if}{if $u.background_attachment == 'yes'}background-attachment:fixed;{/if}"></div>
{/if}
<!-- User custom background end -->