aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-10-30 16:21:24 -0700
committerfriendica <info@friendica.com>2012-10-30 16:21:24 -0700
commitffadf260c0682e069ef81fe34c75e1217b7e37fb (patch)
tree8d1322d8a3b4ac47b9dfab8b5c0e56b01d1bbd23 /view/tpl
parentdca20f42278e9d837d5cbfd130fc04ecaf09947d (diff)
downloadvolse-hubzilla-ffadf260c0682e069ef81fe34c75e1217b7e37fb.tar.gz
volse-hubzilla-ffadf260c0682e069ef81fe34c75e1217b7e37fb.tar.bz2
volse-hubzilla-ffadf260c0682e069ef81fe34c75e1217b7e37fb.zip
fix channel creation and management after last changes
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/channel.tpl2
-rw-r--r--view/tpl/new_channel.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl
index 0702bb50b..98c19caa5 100644
--- a/view/tpl/channel.tpl
+++ b/view/tpl/channel.tpl
@@ -1,5 +1,5 @@
<div class="channel-selection">
-<a href="$channel.link" class="channel-selection-photo-link" title="$channel.channel_name"><img class="channel-photo" src="$channel.thumb" alt="$channel.channel_name" /></a>
+<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>
<a href="$channel.link" class="channel-selection-name-link" title="$channel.channel_name"><div class="channel-name">$channel.channel_name</div></a>
</div>
<div class="channel-selection-end"></div>
diff --git a/view/tpl/new_channel.tpl b/view/tpl/new_channel.tpl
index b9171644a..f83bc3a11 100644
--- a/view/tpl/new_channel.tpl
+++ b/view/tpl/new_channel.tpl
@@ -1,6 +1,6 @@
<h2>$title</h2>
-<form action="newchannel" method="post" id="newchannel-form">
+<form action="new_channel" method="post" id="newchannel-form">
<div id="newchannel-desc" class="descriptive-paragraph">$desc</div>