diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/template-album.tmpl | 4 | ||||
| -rw-r--r-- | templates/template-index.tmpl | 4 | ||||
| -rw-r--r-- | templates/template-view_photo.tmpl | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/templates/template-album.tmpl b/templates/template-album.tmpl index 616d6af..45f6273 100644 --- a/templates/template-album.tmpl +++ b/templates/template-album.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> 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> diff --git a/templates/template-view_photo.tmpl b/templates/template-view_photo.tmpl index 7c84919..96a4a73 100644 --- a/templates/template-view_photo.tmpl +++ b/templates/template-view_photo.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 onload="javascript: read_exif_table_cookie(); preload_image('$(IMG_SRC_PRELOAD)');"> |
