How can I include CSS in php?

后端 未结 7 492
北恋
北恋 2020-12-10 09:01

i want to include my css/stylesheet via php so that...


so th

7条回答
  •  Happy的楠姐
    2020-12-10 09:57

    Add multiple CSS files dynamicly

    The answers seem to be different that they question... If you want to add all CSS files in the CSS map and not have to worry about changing the code whenever a css file name changes or another one is added, use:

     ';
         }
     ?>
    

提交回复
热议问题