diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2009-09-25 20:40:56 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2009-09-25 20:40:56 -0700 |
commit | a1914880a228e3b4d891df2999983f42bc780c77 (patch) | |
tree | 00ad1eefc7c8891cc8ed85f10cfc841d005e4e22 /srv | |
parent | 6874b7740a278eff08ec5d3cf2b13ca1df669963 (diff) | |
download | piny-code-a1914880a228e3b4d891df2999983f42bc780c77.tar.gz piny-code-a1914880a228e3b4d891df2999983f42bc780c77.zip |
Moving style.css link over to piny-shared
Diffstat (limited to 'srv')
-rw-r--r-- | srv/templates/misc.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srv/templates/misc.tmpl b/srv/templates/misc.tmpl index 0de56ed..c5b9078 100644 --- a/srv/templates/misc.tmpl +++ b/srv/templates/misc.tmpl @@ -9,7 +9,7 @@ </TMPL_IF> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><TMPL_VAR TITLE></title> -<link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" /> +<link rel="stylesheet" href="/piny-shared/style.css" type="text/css" /> <link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" /> <TMPL_IF NAME="FAVICON"> <link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" /> |