Author: thomas.heute(a)jboss.com
Date: 2007-02-22 08:32:54 -0500 (Thu, 22 Feb 2007)
New Revision: 6375
Modified:
trunk/core/src/main/org/jboss/portal/core/model/portal/command/RenderPageCommand.java
Log:
Default to "generic" layout
Modified:
trunk/core/src/main/org/jboss/portal/core/model/portal/command/RenderPageCommand.java
===================================================================
---
trunk/core/src/main/org/jboss/portal/core/model/portal/command/RenderPageCommand.java 2007-02-22
12:59:18 UTC (rev 6374)
+++
trunk/core/src/main/org/jboss/portal/core/model/portal/command/RenderPageCommand.java 2007-02-22
13:32:54 UTC (rev 6375)
@@ -304,10 +304,10 @@
{
String layoutIdString = page.getProperty(ThemeConstants.PORTAL_PROP_LAYOUT);
- // Last resort: use the nodesk layout
+ // Last resort: use the generic layout
if (layoutIdString == null)
{
- layoutIdString = "nodesk";
+ layoutIdString = "generic";
}
//
Show replies by date