summaryrefslogtreecommitdiffstats
path: root/templates/page.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 5ebc0e4..6bf7e3c 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -8,7 +8,7 @@
<title><TMPL_VAR TITLE> - <TMPL_VAR WIKINAME></title>
</TMPL_UNLESS>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />
+ <link rel="stylesheet" href="<TMPL_VAR BASEURL>main.css" type="text/css" />
<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />
<TMPL_IF EDITURL>
<link rel="alternate" type="application/x-wiki" title="Edit this page" href="<TMPL_VAR EDITURL>" />