aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/channel.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/channel.tpl')
-rw-r--r--view/tpl/channel.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl
index 5bae5ba33..af4f9b703 100644
--- a/view/tpl/channel.tpl
+++ b/view/tpl/channel.tpl
@@ -1,9 +1,9 @@
<div class="channel-selection">
-{{ if $channel.primary_links }}
-{{ if $channel.channel_primary }}
-<div class="channel-selection-primary primary">$msg_primary</div>
+{{ if $channel.default_links }}
+{{ if $channel.default }}
+<div class="channel-selection-default default">$msg_default</div>
{{ else }}
-<div class="channel-selection-primary"><a href="manage/$channel.channel_id/primary">$msg_make_primary</a></div>
+<div class="channel-selection-default"><a href="manage/$channel.channel_id/default">$msg_make_default</a></div>
{{ endif }}
{{ endif }}
<a href="$channel.link" class="channel-selection-photo-link" title="$channel.channel_name"><img class="channel-photo" src="$channel.xchan_photo_m" alt="$channel.channel_name" /></a>