diff options
Diffstat (limited to 'view/tpl/channel.tpl')
-rwxr-xr-x | view/tpl/channel.tpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl index 17713aef4..d306f0aa0 100755 --- a/view/tpl/channel.tpl +++ b/view/tpl/channel.tpl @@ -44,10 +44,6 @@ <i class="icon-user{{if $channel.intros != 0}} new-notification{{/if}}"></i> {{if $channel.intros != 0}}<a href='manage/{{$channel.channel_id}}/connections/ifpending'>{{/if}}{{$channel.intros|string_format:$intros_format}}{{if $channel.intros != 0}}</a>{{/if}} </div> - <div class="channel-link"> - <i class="icon-map-marker"></i> - <a href="manage/{{$channel.channel_id}}/locs">{{$locs}}</a> - </div> {{/if}} </div> </div> |