cakephp - how show css in header with response? -


i have cms on cakephp have css of site text in component how attach on page css file? cose :

ob_start("ob_gzhandler"); $this->controller->response->sharable(true, 86400); $this->controller->response->expires('+1 days'); $this->controller->response->type('text/css'); $this->controller->response->body($css); echo $css 

but show on page html cod , css on page

all css code in variable, want use normall css file : . variable in component. in fact, have component component read style files , keep them until combine


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -