We also need to change the paths to files in the templates because we no longer have...
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 21 Apr 2007 21:43:39 +0000 (21:43 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 21 Apr 2007 21:43:39 +0000 (21:43 +0000)
templates/blame.tpl
templates/diff.tpl
templates/headinclude.tpl
templates/view.tpl

index 4dc34c676ef6eebe96a605d34b298d21b6435315..5a8160e17040d85098a408edf199848b02592275 100644 (file)
@@ -2,7 +2,7 @@ $doctype
 <html lang="##LANG##" xml:lang="##XML-LANG##">
 <head>
 $headinclude
-       <link rel="stylesheet" href="{BSRegister::Get('webpath')}/templates/default/diff.css" media="screen" />
+       <link rel="stylesheet" href="{BSRegister::Get('webpath')}/templates/diff.css" media="screen" />
        <title>{@"Blame"}</title>
 </head>
 
index b5612e9371cde02bd1496a79ffb993bbf4663474..0db1b1a02b32df48e899684d454ba7be1f29c2de 100644 (file)
@@ -2,8 +2,8 @@ $doctype
 <html lang="##LANG##" xml:lang="##XML-LANG##">
 <head>
 $headinclude
-       <link rel="stylesheet" href="{BSRegister::Get('webpath')}/templates/default/diff.css" media="screen" />
-       <link rel="stylesheet" href="{BSRegister::Get('webpath')}/templates/default/file.css" media="screen" />
+       <link rel="stylesheet" href="{BSRegister::Get('webpath')}/templates/diff.css" media="screen" />
+       <link rel="stylesheet" href="{BSRegister::Get('webpath')}/templates/file.css" media="screen" />
        <title>{@"Diff"}</title>
 </head>
 
index aec625b54b4d6a51a8b58da2995fb39a5fa35a88..2e35dc0f49038811a90993085c034af8ae152059 100644 (file)
@@ -1 +1 @@
-       <link rel="stylesheet" href="{BSRegister::Get('webpath')}/templates/default/main.css" media="screen" />
\ No newline at end of file
+       <link rel="stylesheet" href="{BSRegister::Get('webpath')}/templates/main.css" media="screen" />
\ No newline at end of file
index de560fa3c78e690f79bdbb655ede89224a0eb9d5..6194c87908bd57c87c2a634052523bde39bcc0f6 100644 (file)
@@ -2,7 +2,7 @@ $doctype
 <html lang="##LANG##" xml:lang="##XML-LANG##">
 <head>
 $headinclude
-       <link rel="stylesheet" href="{BSRegister::Get('webpath')}/templates/default/code2.css" media="screen" />
+       <link rel="stylesheet" href="{BSRegister::Get('webpath')}/templates/code2.css" media="screen" />
        <title>{@"View"}</title>
 </head>