diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2012-01-06 00:42:06 -0800 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2012-01-06 00:42:06 -0800 |
commit | ad02af4e8fe88566ea6255af3fabac6393b1c916 (patch) | |
tree | fe66ebfe8ea6a61e2da151766af733a44366c2ff /view/theme/loozah/nets.tpl | |
parent | cfe8094b458c62cbab0b79dd957c31dbf60a26c4 (diff) | |
parent | a5a6719283bd246e78427cff82aad951a3db310d (diff) | |
download | volse-hubzilla-ad02af4e8fe88566ea6255af3fabac6393b1c916.tar.gz volse-hubzilla-ad02af4e8fe88566ea6255af3fabac6393b1c916.tar.bz2 volse-hubzilla-ad02af4e8fe88566ea6255af3fabac6393b1c916.zip |
Merge pull request #23 from fabrixxm/master
Theme works
Diffstat (limited to 'view/theme/loozah/nets.tpl')
-rw-r--r-- | view/theme/loozah/nets.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/loozah/nets.tpl b/view/theme/loozah/nets.tpl new file mode 100644 index 000000000..b0cb8890c --- /dev/null +++ b/view/theme/loozah/nets.tpl @@ -0,0 +1,10 @@ +<div id="nets-sidebar" class="widget"> + <h3>$title</h3> + <div id="nets-desc">$desc</div> + <a href="$base" class="nets-link{{ if $sel_all }} nets-selected{{ endif }} nets-all">$all</a> + <ul class="nets-ul"> + {{ for $nets as $net }} + <li><a href="$base?nets=$net.ref" class="nets-link{{ if $net.selected }} nets-selected{{ endif }}">$net.name</a></li> + {{ endfor }} + </ul> +</div> |