Skip to content
Snippets Groups Projects
Commit 92230756 authored by rhaag's avatar rhaag
Browse files

Backed out of changeset 630:51d1833eafae

parent a72bae90
No related branches found
No related tags found
No related merge requests found
...@@ -212,7 +212,7 @@ public class BaseChiefController extends DefaultChiefController implements Conte ...@@ -212,7 +212,7 @@ public class BaseChiefController extends DefaultChiefController implements Conte
contentPanel = new Panel("olatContentPanel"); contentPanel = new Panel("olatContentPanel");
mainvc.put("olatContentPanel", contentPanel); mainvc.put("olatContentPanel", contentPanel);
mainvc.contextPut("o_winid", w.getDispatchID()); mainvc.contextPut("o_winid", w.getDispatchID());
mainvc.contextPut("buildrevision", Settings.getRepoRevision()); mainvc.contextPut("buildversion", Settings.getVersion());
WindowControl wControl = new WindowControl() { WindowControl wControl = new WindowControl() {
private WindowControlInfo wci; private WindowControlInfo wci;
......
...@@ -124,7 +124,7 @@ $r.render("jsCssRawHtmlHeader", "pre-theme") ...@@ -124,7 +124,7 @@ $r.render("jsCssRawHtmlHeader", "pre-theme")
## 2) CSS theme inclusion and favicons ## 2) CSS theme inclusion and favicons
<link rel="icon" href="${theme.getBaseURI()}favicon.ico" type="image/x-icon" /> <link rel="icon" href="${theme.getBaseURI()}favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="${theme.getBaseURI()}favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="${theme.getBaseURI()}favicon.ico" type="image/x-icon" />
<link id="b_theme_css" href="${theme.getBaseURI()}layout.css?${buildrevision}" rel="stylesheet" type="text/css" /> <link id="b_theme_css" href="${theme.getBaseURI()}layout.css" rel="stylesheet" type="text/css" />
## 3) IE specific bugfixes for current theme ## 3) IE specific bugfixes for current theme
<!--[if lte IE 7]> <!--[if lte IE 7]>
<link href="${theme.getBaseURI()}patches.css" rel="stylesheet" type="text/css" /> <link href="${theme.getBaseURI()}patches.css" rel="stylesheet" type="text/css" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment