Changeset 3884
- Timestamp:
- 09/10/08 18:03:09 (2 months ago)
- Files:
-
- trunk/projects/quickhoney/src/tags.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/projects/quickhoney/src/tags.lisp
r3881 r3884 17 17 18 18 (defun navigation (&key previous up next) 19 (html ((:div :id "logo") 20 ((:img :src "/image/quickhoney-black" :alt "" :id "the_logo"))) 21 ((:div :class "nav") 19 (html ((:div :class "nav") 22 20 (when previous 23 21 (html ((:div :class "previous")
