29 lines
1.3 KiB
HTML
29 lines
1.3 KiB
HTML
![]() |
{lang code='channel' assign='object_type'}
|
||
|
{include file="$style_dir/global_header.html"}
|
||
|
<body class="relative view_channel">
|
||
|
{display_user_custom_background( $u )}
|
||
|
<div class="container view-channel-container">
|
||
|
{include_template_file file="header.html" }
|
||
|
<div id="global-container" class="relative clearfix">
|
||
|
{include file="$style_dir/message.html"}
|
||
|
<div class="view-channel-box user-info-box clearfix">
|
||
|
<a href="{$userquery->profile_link($u)}"><img src="{avatar size='small' details=$u}" width="30" height="30" /> {name($u)}</a>
|
||
|
</div>
|
||
|
<div class="view-channel-box clearfix">
|
||
|
Here links to other pages will be displayed, for example photos and collections
|
||
|
</div>
|
||
|
<div class="view-channel-box clearfix">
|
||
|
<div class="view-channel-box-header"><h4>{$the_title}</h4></div>
|
||
|
<div class="view-channel-box-content clearfix">
|
||
|
{foreach $videos as $video}
|
||
|
{include_template_file file='blocks/video.html' video=$video}
|
||
|
{/foreach}
|
||
|
</div>
|
||
|
<div class="view-channel-box-footer">
|
||
|
this is footer
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|