Changeset 3548

Show
Ignore:
Timestamp:
07/22/08 11:48:51 (4 months ago)
Author:
ksprotte
Message:

WRITE-POI-XML now uses LANGUAGE and presents a correct Spenden link

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/projects/bos/web/poi-handlers.lisp

    r3499 r3548  
    432432          (attribute "subtitle" (poi-string 'subtitle)) 
    433433          (with-element "menu" 
    434             (with-element "entry" (attribute "title" "Impressum") (attribute "href" "/de/impressum")) 
    435             (with-element "entry" (attribute "title" "Spenden") (attribute "href" "/de/spenden"))) 
     434            (with-element "entry" (attribute "title" "Impressum") 
     435                          (attribute "href" (format nil "/~A/impressum" language))) 
     436            (with-element "entry" (attribute "title" "Spenden") 
     437                          (attribute "href" (format nil "/~A/bestellung" language)))) 
    436438          (with-element "description" (text (poi-string 'description))) 
    437439          (with-media ("image_gallery" "Bildergalerie")