tazpanel annotate styles/default/footer.html @ rev 307
fix bug with config file. config reverts (mainly) to the old format
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri May 04 22:58:21 2012 +0300 (2012-05-04) |
parents | styles/default/footer.sh@b650b8cced10 |
children | 7d549f711862 |
rev | line source |
---|---|
domcox@300 | 1 cat << EOT |
domcox@300 | 2 <!-- End of content--> |
domcox@300 | 3 </div> |
domcox@300 | 4 |
domcox@300 | 5 <div id="footer"> |
domcox@300 | 6 $(gettext 'Copyright') © 2012 |
domcox@300 | 7 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a> |
domcox@300 | 8 - <a href="/index.cgi?file=/usr/share/licenses/bsd.txt">$(gettext 'BSD License')</a> |
domcox@300 | 9 </div> |
domcox@300 | 10 |
domcox@300 | 11 </body> |
domcox@300 | 12 </html> |
domcox@300 | 13 EOT |