Revision: 3884 Author: hans URL: http://bknr.net/trac/changeset/3884
Remove logo here, it is coming from index.xml
U trunk/projects/quickhoney/src/tags.lisp
Modified: trunk/projects/quickhoney/src/tags.lisp =================================================================== --- trunk/projects/quickhoney/src/tags.lisp 2008-09-10 15:59:45 UTC (rev 3883) +++ trunk/projects/quickhoney/src/tags.lisp 2008-09-10 16:03:09 UTC (rev 3884) @@ -16,9 +16,7 @@ (bknr.images:store-image-name image)))
(defun navigation (&key previous up next) - (html ((:div :id "logo") - ((:img :src "/image/quickhoney-black" :alt "" :id "the_logo"))) - ((:div :class "nav") + (html ((:div :class "nav") (when previous (html ((:div :class "previous") ((:a :href previous) "<<"))))