css('css_file'); // Inject javascript file in head $niceHead->js('js_file'); // Inject javascript block in head $niceHead->jsBlock('alert("hello world!");'); // Inject css block $niceHead->cssBlock('.class{ background:blue; }'); // Inject Raw code $niceHead->cssBlock('I dont know what this text is doing in the head!'); ?>