Friday 27 July 2018

only change css file of yii widget, where to save this file

I want to make changes to a css file of a widget (Yii). Where do I have to put only the changed css if i do not want to change the core files?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...