Introduction
Introduction Statistics Contact Development Disclaimer Help
updated master.tpl - swerc - anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log
Files
Refs
README
---
commit 90f762ab598ba27d009e8ce660c009bcd05af514
parent 99f728efdacf7eb37082ae1275820bc0805df3fd
Author: [email protected] <unknown>
Date: Sun, 18 Mar 2012 12:58:58 +0100
updated master.tpl
Diffstat:
M tpl/master.tpl | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/tpl/master.tpl b/tpl/master.tpl
@@ -12,40 +12,40 @@
<div id="menu">
% if(~ $site 'suckless.org') {
- <a class="thisSite" href="http://suckless.org">home</a> |
+ <a class="thisSite" href="http://suckless.org">home</a>
% }
% if not {
- <a href="http://suckless.org">home</a> |
+ <a href="http://suckless.org">home</a>
% }
% if(~ $site 'dwm.suckless.org') {
- <a class="thisSite" href="http://dwm.suckless.org">dwm</a> |
+ <a class="thisSite" href="http://dwm.suckless.org">dwm</a>
% }
% if not {
- <a href="http://dwm.suckless.org">dwm</a> |
+ <a href="http://dwm.suckless.org">dwm</a>
% }
% if(~ $site 'st.suckless.org') {
- <a class="thisSite" href="http://st.suckless.org">st</a> |
+ <a class="thisSite" href="http://st.suckless.org">st</a>
% }
% if not {
- <a href="http://st.suckless.org">st</a> |
+ <a href="http://st.suckless.org">st</a>
% }
% if(~ $site 'sta.li') {
- <a class="thisSite" href="http://sta.li">stali</a> |
+ <a class="thisSite" href="http://sta.li">stali</a>
% }
% if not {
- <a href="http://sta.li">stali</a> |
+ <a href="http://sta.li">stali</a>
% }
% if(~ $site 'surf.suckless.org') {
- <a class="thisSite" href="http://surf.suckless.org">surf</a> |
+ <a class="thisSite" href="http://surf.suckless.org">surf</a>
% }
% if not {
- <a href="http://surf.suckless.org">surf</a> |
+ <a href="http://surf.suckless.org">surf</a>
% }
% if(~ $site 'tools.suckless.org') {
- <a class="thisSite" href="http://tools.suckless.org">tools</a>…
+ <a class="thisSite" href="http://tools.suckless.org">tools</a>
% }
% if not {
- <a href="http://tools.suckless.org">tools</a> |
+ <a href="http://tools.suckless.org">tools</a>
% }
% if(~ $site 'man.suckless.org') {
<a class="thisSite" href="http://man.suckless.org">man</a>
@@ -54,7 +54,7 @@
<a href="http://man.suckless.org">man</a>
% }
<div class="right">
- <a href="http://dl.suckless.org">download</a> |
+ <a href="http://dl.suckless.org">download</a>
<a href="http://hg.suckless.org">source</a>
</div>
</div>
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.