]> git.decadent.org.uk Git - maypole.git/commitdiff
small path fix to factory header
authorAaron Trevena <aaron.trevena@gmail.com>
Sat, 19 Nov 2005 17:05:03 +0000 (17:05 +0000)
committerAaron Trevena <aaron.trevena@gmail.com>
Sat, 19 Nov 2005 17:05:03 +0000 (17:05 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@429 48953598-375a-da11-a14b-00016c27c3ee

MANIFEST
lib/Maypole/templates/factory/header

index 710334927f29ed6efd46202f579a0dc5c9a0e150..d7669704ff2b10efe52728a009b76697632d56f3 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -47,19 +47,19 @@ t/templates/custom/classdata
 t/templates/custom/frontpage
 t/templates/custom/list
 t/templates/custom/view
-templates/beer/addnew
-templates/factory/addnew
-templates/factory/edit
-templates/factory/footer
-templates/factory/frontpage
-templates/factory/header
-templates/factory/list
-templates/factory/login
-templates/factory/macros
-templates/factory/maypole
-templates/factory/navbar
-templates/factory/pager
-templates/factory/search_form
-templates/factory/title
-templates/factory/view
-templates/maypole.css
+lib/Maypole/templates/beer/addnew
+lib/Maypole/templates/factory/addnew
+lib/Maypole/templates/factory/edit
+lib/Maypole/templates/factory/footer
+lib/Maypole/templates/factory/frontpage
+lib/Maypole/templates/factory/header
+lib/Maypole/templates/factory/list
+lib/Maypole/templates/factory/login
+lib/Maypole/templates/factory/macros
+lib/Maypole/templates/factory/maypole
+lib/Maypole/templates/factory/navbar
+lib/Maypole/templates/factory/pager
+lib/Maypole/templates/factory/search_form
+lib/Maypole/templates/factory/title
+lib/Maypole/templates/factory/view
+lib/Maypole/templates/maypole.css
index 5c8a592347bc7819f505c139bc261446074ede26..ba0b190219e6650e435dc257d1c1d8c160f0558a 100644 (file)
@@ -10,7 +10,7 @@
         </title>
         <meta http-equiv="Content-Type" content="text/html; charset=[% request.document_encoding %]" />
        <base href="[% config.uri_base%]"/>
-        <link title="Maypole" href="/maypole.css" type="text/css" rel="stylesheet" />
+        <link title="Maypole" href="[% config.uri_base %]/maypole.css" type="text/css" rel="stylesheet" />
    </head>
     <body>
         <div class="content">