/magstudentportal/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/magstudentportal/trunk

« back to all changes in this revision

Viewing changes to src/main/webapp/index.xhtml

  • Committer: Gustav Hartvigsson
  • Date: 2017-09-08 08:12:26 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20170908081226-8mrt7z9dqh4t37se
* Made the <head> stuffs a template

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
  xmlns:f="http://xmlns.jcp.org/jsf/core"
10
10
  xmlns:h="http://xmlns.jcp.org/jsf/html"
11
11
  xmlns:pt="http://xmlns.jcp.org/jsf/passthrough">
12
 
<h:head>
13
 
  <h:outputStylesheet library="css" name="main.css" />
14
 
  <title>${configBean.pageTitle} - ${configBean.subTitle}</title>
15
 
</h:head>
 
12
<ui:decorate template="WEB-INF/templates/header.xhtml" />
16
13
<h:body>
17
14
  <ui:decorate template="WEB-INF/templates/page_header.xhtml" />
18
15