I forgot code flags.. ;)

THEMES

Edit portal-themes.xml 
(\server\default\deploy\jboss-portal.sar\portal-core.war\WEB-INF).

Example : adding the theme 'test' (copy paste this)

   <theme>
  |             <name>Test</name>
  |       <link rel="stylesheet" id="main_css" 
href="/themes/test/portal_style.css" type="text/css" />
  |       <link rel="shortcut icon" href="/themes/test/images/favicon.ico" />
  |    </theme>
  | 

Themes are stored here :
\server\default\deploy\jboss-portal.sar\portal-core.war\themes



LAYOUTS

Edit portal-layouts.xml 
(\server\default\deploy\jboss-portal.sar\portal-core.war\WEB-INF).

Example : adding the layout 'test' (copy paste this)

      <layout>
  |       <name>Test</name>
  |       <uri>/layouts/test/index.jsp</uri>
  |       <uri state="maximized">/layouts/test/maximized.jsp</uri>
  |       <regions>
  |          <region name="left"/>
  |          <region name="center"/>
  |          <region name="navigation"/>
  |          <region name="right"/>
  |       </regions>
  |    </layout>

layouts are stored here :
\server\default\deploy\jboss-portal.sar\portal-core.war\layouts

regards

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045417#4045417

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045417
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to