aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/channels.tpl
diff options
context:
space:
mode:
authorJeroen <jeroenpraat@xs4all.nl>2014-10-09 14:54:04 +0000
committerJeroen <jeroenpraat@xs4all.nl>2014-10-09 14:54:04 +0000
commite06c3e5a911176bd2afc5d9d391e629f282122b8 (patch)
treeeca1a3d27c3e3131f0ef781d0011e0fb8de4b291 /view/tpl/channels.tpl
parent6b48672343264da63013be873b025eb0ea9735c2 (diff)
downloadvolse-hubzilla-e06c3e5a911176bd2afc5d9d391e629f282122b8.tar.gz
volse-hubzilla-e06c3e5a911176bd2afc5d9d391e629f282122b8.tar.bz2
volse-hubzilla-e06c3e5a911176bd2afc5d9d391e629f282122b8.zip
Added and changed on some places div class generic-content-wrapper. And added to redbasic. Other thems can now also theme backgrounds of a lot of pages. I'm not completely done, but till now - this is it.
Diffstat (limited to 'view/tpl/channels.tpl')
-rwxr-xr-xview/tpl/channels.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/view/tpl/channels.tpl b/view/tpl/channels.tpl
index 2c31cb498..5f00b1535 100755
--- a/view/tpl/channels.tpl
+++ b/view/tpl/channels.tpl
@@ -1,6 +1,6 @@
+<div class="generic-content-wrapper">
<h3>{{$header}}</h3>
-
{{if $links}}
{{foreach $links as $l}}
<a class="channels-links" href="{{$l.0}}" title="{{$l.1}}">{{$l.2}}</a>
@@ -30,3 +30,5 @@
</div>
<div class="channels-end all"></div>
+
+</div>