diff options
author | friendica <info@friendica.com> | 2014-05-15 20:20:20 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-15 20:20:20 -0700 |
commit | 2fdc13e91d3b0ccd514a13fd7f475f045656b23f (patch) | |
tree | 5e5c3d46d1262990d48fa67cb2f037c9f33e464f /view/tpl/app_select.tpl | |
parent | 2dee303d92e4dc5d176483b2af3791b7c5f546cb (diff) | |
download | volse-hubzilla-2fdc13e91d3b0ccd514a13fd7f475f045656b23f.tar.gz volse-hubzilla-2fdc13e91d3b0ccd514a13fd7f475f045656b23f.tar.bz2 volse-hubzilla-2fdc13e91d3b0ccd514a13fd7f475f045656b23f.zip |
some sidebar content (doesn't yet do anything)
Diffstat (limited to 'view/tpl/app_select.tpl')
-rw-r--r-- | view/tpl/app_select.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/tpl/app_select.tpl b/view/tpl/app_select.tpl new file mode 100644 index 000000000..9613b4976 --- /dev/null +++ b/view/tpl/app_select.tpl @@ -0,0 +1,10 @@ +<div class="widget"> +<h3>{{$title}}</h3> +<ul> +<li><a href="apps/system">{{$system}}</a></li> +<li><a href="apps/personal">{{$personal}}</a></li> +<li><a href="apps/featured">{{$featured}}</a></li> +<li><a href="apps/new">{{$new}}</a></li> +</ul> +</div> + |