Posted - 01/21/2021 : 08:54:35
If you include this line... <?php include "vsadmin/inc/incectstyle.php" ?> Then these lines will be automatically included... <link href="css/ectcart.css" rel="stylesheet" type="text/css" /> <script src="js/ectcart.js" type="text/javascript"></script> <link href="css/ectstylebase.css" rel="stylesheet" type="text/css" /> <link href="css/ectstyleproduct2.css" rel="stylesheet" type="text/css" /> <link href="css/ectstyledetails2.css" rel="stylesheet" type="text/css" /> ...so you don't need them. This is why I say that this is what you need (based on what you posted) <!-- #BeginEditable "includelines" --> <!-- #EndEditable --> <?php include "vsadmin/inc/incectstyle.php" ?> <link href="../css/style.css" rel="stylesheet" type="text/css" /> <link href="../css/style3.css" rel="stylesheet" type="text/css" /> <link href="../css/responsivemobilemenu.css" rel="stylesheet"> quote: And do I still need the following lines before </ body>? <script src="js/html5.js" type="text/javascript"></script> <script src="js/jquery-1.9.1.min.js"></script> <script src="js/responsivemobilemenu.js"></script>
This depends on if your theme needs them and if they were already included it's quite possible. Do try this on a test site by the way as if (as it sounds like you are) trying to use this on a pre-existing website then it will change the output quite a lot and you may need to tweak things to use the new system. Vince Click Here for Shopping Cart SoftwareClick Here to sign up for our newsletterClick Here for the latest updater
|