diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-10-09 14:54:04 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-10-09 14:54:04 +0000 |
commit | e06c3e5a911176bd2afc5d9d391e629f282122b8 (patch) | |
tree | eca1a3d27c3e3131f0ef781d0011e0fb8de4b291 /view/tpl/cloud_directory.tpl | |
parent | 6b48672343264da63013be873b025eb0ea9735c2 (diff) | |
download | volse-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/cloud_directory.tpl')
-rw-r--r-- | view/tpl/cloud_directory.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl index 5d22e4a16..40599aad3 100644 --- a/view/tpl/cloud_directory.tpl +++ b/view/tpl/cloud_directory.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper"> <h1>{{$header}}</h1> <table id="cloud-index"> <tr> @@ -40,4 +41,4 @@ {{if $quota.limit || $quota.used}} <p><strong>{{$total}}</strong> {{$quota.desc}}</p> -{{/if}}
\ No newline at end of file +{{/if}} |