diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/main.css (renamed from templates/style.css) | 0 | ||||
-rw-r--r-- | templates/page.tmpl | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/templates/style.css b/templates/main.css index e5a0d52..e5a0d52 100644 --- a/templates/style.css +++ b/templates/main.css 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>" /> |