Visitor tracking system, path error
Posted: Wed 21. Jul 2004, 03:32
my phpwcms produce output like this when i install the VTS MOD
<script src="hpwcms_templateinc_js/frontend.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="hpwcms_templateinc_css/frontend.css">
why? why? why not:
<script src="phpwcms_template/inc_js/frontend.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="phpwcms_template/inc_css/frontend.css">
<script src="hpwcms_templateinc_js/frontend.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="hpwcms_templateinc_css/frontend.css">
why? why? why not:
<script src="phpwcms_template/inc_js/frontend.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="phpwcms_template/inc_css/frontend.css">