|
|
|
[
Permlink
| « Hide
]
Florent Guillaume - 27/06/07 01:39
There's already a way to include an icon using <icon>, can we have the same for the base URL?
it is possible to add a <base href="..."/> directly in ./nuxeo-theme-jsf/src/main/resources/nxthemes/jsf/widgets/theme-view.xml the <icon> tag however is a property of the theme whereas the base url is rather a property of the application. I'd rather add a tag similar to <nxthemes:accesskeys> or <nxthemes:resources> such as <nxthemes:head> into which application properties can be registered, like meta tags, or even a default page title .. fixed in:
http://svn.nuxeo.org/trac/nuxeo/changeset/21512 <nxthemes:head /> now inserts: - the shortcut icon - the theme's styles - the base url other types of head elements could be inserted too (meta tags, ...) but a mechanism must be defined for that. also the bookmark URL could be inserted in that way |
||||||||||||||||||||||||||||||||||||||||||||||||||||||