diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-03-14 14:09:11 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-03-14 14:09:11 +0100 |
| commit | 9514d8f844ada0b8a0b2450973374ee2ecd7b6b7 (patch) | |
| tree | 045dd6cd66aa5609eb9524ac48803c4e5f5c7740 /templates/template-index.tmpl | |
| parent | f37ddb3c6f7f903fd77935b7a7aefe11cbe00831 (diff) | |
| download | cataract-9514d8f844ada0b8a0b2450973374ee2ecd7b6b7.tar.xz | |
Support for common supportfiles root
Diffstat (limited to 'templates/template-index.tmpl')
| -rw-r--r-- | templates/template-index.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/template-index.tmpl b/templates/template-index.tmpl index 089e487..78baedb 100644 --- a/templates/template-index.tmpl +++ b/templates/template-index.tmpl @@ -5,8 +5,8 @@ <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>$(PAGE_TITLE)</title> <!-- $(CGG_META_TAGS) --> - <link href="styles.css" type="text/css" rel="stylesheet" media="screen, print" /> - <script type="text/javascript" src="scripts-general.js"> </script> + <link href="$(TEMPLATES_PATH)styles.css" type="text/css" rel="stylesheet" media="screen, print" /> + <script type="text/javascript" src="$(TEMPLATES_PATH)scripts-general.js"> </script> </head> <body> |
