[ 1475220 ] some 6.99 templates have double slashes

This commit is contained in:
JT Smith 2006-04-28 16:59:32 +00:00
parent a1570eeb71
commit 2f24cd3f3c
51 changed files with 127 additions and 160 deletions

View file

@ -8,6 +8,8 @@
<head>
<title>^Page(title);</title>
<tmpl_var head.tags>
<link rel="icon" href="^Extras(favicon.png);" type="image/png" />
<link rel="SHORTCUT ICON" href="^Extras(favicon.ico);" />
<link href="/style1/css01.css" rel="stylesheet" type="text/css" />
</head>
<body>

View file

@ -9,6 +9,8 @@
<head>
<tmpl_var head.tags>
<title>^c; - ^Page(title);</title>
<link rel="icon" href="^Extras(favicon.png);" type="image/png" />
<link rel="SHORTCUT ICON" href="^Extras(favicon.ico);" />
<link href="/style2/css02.css" rel="stylesheet" type="text/css" />
</head>
<body>

View file

@ -132,7 +132,7 @@ coolmenu.construct();
</script>
~~~
<script src="^Extras;coolmenus/coolmenus4.js" type="text/javascript"></script>
<script src="^Extras(coolmenus/coolmenus4.js);" type="text/javascript"></script>
<style type="text/css">
/* CoolMenus 4 - default styles - do not edit */
.cCMAbs {

View file

@ -7,6 +7,8 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="icon" href="^Extras(favicon.png);" type="image/png" />
<link rel="SHORTCUT ICON" href="^Extras(favicon.ico);" />
<tmpl_var head.tags>
<title>^c; - ^Page(title);</title>
<link href="/style3/css03.css" rel="stylesheet" type="text/css" />