]> git.ipfire.org Git - ipfire.org.git/commitdiff
Fixed sidebar list and added entry for elrico
authorJan Paul Tuecking <earl@ipfire.org>
Wed, 28 Apr 2010 10:20:26 +0000 (12:20 +0200)
committerJan Paul Tuecking <earl@ipfire.org>
Wed, 28 Apr 2010 10:20:26 +0000 (12:20 +0200)
www/templates/static/artwork.html

index 03025f23ecc27f4e1d6d8a59f1d0d7367b1d7dc9..e807bf57f2d238c083ca992d85e2d986ff8c7345 100644 (file)
                                                 <img src="{{ static_url("images/artwork/flyer_tn.png") }}" align="bottom" border= "0"/></a>
                                </div>
                        </p>
+                       
+                       <p>
+                               Designed by <a href="http://www.elricco.com" target="_blank" border="0">elricco media services</a>.
+                       </p>
        </div>
 {% end block %}
 
 {{ modules.SidebarBanner(banner) }}
 
 {% block sidebar %}
-               <h4>Public <span>relations</span></h4>
+               <h4><span>Artwork</span> list</h4>
                <ul class="links">              
                        <li class="first"><a href="#{{ _("online") }}">{{ _("Online media") }}</a></li>
                                <li><a href="#{{ _("print") }}">{{ _("Print media") }}</a></li>
-                               <li><a href="#{{ _("Licenses") }}">{{ _("Licenses") }}</a></li>
                </ul>
 {% end block %}