Re: [Rest2web-develop] Section headers
Brought to you by:
mjfoord
From: Michael F. <fuz...@vo...> - 2006-08-05 13:09:08
|
Gael Varoquaux wrote: > On Sat, Aug 05, 2006 at 01:53:24PM +0100, martin f krafft wrote: > >>> How about if I add some 'globals' to rest2web that are available in >>> every page? >>> > > >> This would be a nice feature to have. Think site_title: >> > > >> <title><% title %> - <% site_title %></title> >> > > Yes !! I like that. > You can supply global uservalues in your config now. So you could define 'site_title' in your config file : [uservalues] site_title = 'A Sitewide Title' Fuzzyman http://www.voidspace.org.uk/python/index.shtml |