Author: agilliland
Date: Wed Jun 6 11:59:58 2007
New Revision: 544922
URL: http://svn.apache.org/viewvc?view=rev&rev=544922
Log:
brushed metal and sotto themes should support custom stylesheets.
Modified:
roller/trunk/apps/weblogger/web/themes/brushedmetal/theme.xml
roller/trunk/apps/weblogger/web/themes/sotto/theme.xml
Modified: roller/trunk/apps/weblogger/web/themes/brushedmetal/theme.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/web/themes/brushedmetal/theme.xml?view=diff&rev=544922&r1=544921&r2=544922
==============================================================================
--- roller/trunk/apps/weblogger/web/themes/brushedmetal/theme.xml (original)
+++ roller/trunk/apps/weblogger/web/themes/brushedmetal/theme.xml Wed Jun 6
11:59:58 2007
@@ -8,6 +8,9 @@
<!-- theme preview image -->
<preview-image path="sm-theme-brushedmetal.png" />
+ <!-- custom stylesheet -->
+ <custom-stylesheet path="brushedmetal-custom.css" />
+
<!-- templates -->
<template action="weblog">
<name>Weblog</name>
Modified: roller/trunk/apps/weblogger/web/themes/sotto/theme.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/web/themes/sotto/theme.xml?view=diff&rev=544922&r1=544921&r2=544922
==============================================================================
--- roller/trunk/apps/weblogger/web/themes/sotto/theme.xml (original)
+++ roller/trunk/apps/weblogger/web/themes/sotto/theme.xml Wed Jun 6 11:59:58
2007
@@ -8,6 +8,9 @@
<!-- theme preview image -->
<preview-image path="sm-theme-sotto.png" />
+ <!-- custom stylesheet -->
+ <custom-stylesheet path="sotto-custom.css" />
+
<!-- templates -->
<template action="weblog">
<name>Weblog</name>