[ad_1]
Hope you all are doing great.
I am creating a web-based application in PHP. I have separated headers and footers and have created separate files for them “headers.php” && “footers.php”. The “headers.php” files has all the styles in it and also the css files of different libraries and same goes with the “footers.php” file, it has all the scripts in it.
My question is that, is there a way where I can include all these different css and scripts depending upon the template.
[ad_2]