forked from friendica/themes-community
added transzero theme by joenepraat
From around 2012 Completely based on Duopuntozero. Modern look with different levels of transparency, rounded corners, a clear focus on the content and more. You can overwrite background.jpg to have a completely different look. Keep in mind that it must have a resolution of at least 1920x1080 (for wide screens). This theme is not finished yet. Keep that in mind. But it is usable.
This commit is contained in:
parent
91771ae8ce
commit
520a0f5a2d
41 changed files with 4948 additions and 0 deletions
20
transzero/settings_features.tpl
Normal file
20
transzero/settings_features.tpl
Normal file
|
@ -0,0 +1,20 @@
|
|||
<h1>$title</h1>
|
||||
|
||||
|
||||
<form id="features-form" action="settings/features" method="post" autocomplete="off">
|
||||
<input type='hidden' name='form_security_token' value='$form_security_token'>
|
||||
|
||||
{{ for $features as $f }}
|
||||
<h3 class="settings-heading">$f.0</h3>
|
||||
|
||||
{{ for $f.1 as $fcat }}
|
||||
{{ inc $field_yesno with $field=$fcat }}{{endinc}}
|
||||
{{ endfor }}
|
||||
{{ endfor }}
|
||||
|
||||
<div class="settings-submit-wrapper" >
|
||||
<input type="submit" name="submit" class="settings-features-submit" value="$submit" />
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue