On 07/13/2011 10:22 AM, Werner Greßhoff wrote: > Hello, > > customization of skins is a very fine solution for changing page > structures, cause it survives updates. In pre XWiki 3.1 we edited > the global.vm of the colibri skin and our header was shown on all > pages, including the login. In XWiki 3.1 there is no global.vm > (in colibri) anymore and the skin customizing doesn't work on the > login page, so how can we change that page, too? >
You can add a new global.vm file under colibri if you want to. It used to be there because colibri needed to override the default one found under /webapps/xwiki/templates/, but since now Colibri is the default skin, it no longer needs to override anything, the other skins (toucan and albatross) have to do the override. -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
