/>
/>
/>
/>
__("Using <link rel='stylesheet' ...> tags on the foot of document", 'ajc'),
'import' => __("Using @import url(...) css rules on the foot of document",'ajc'),
'js' => __("Creating <link rel='stylesheet' ...> tags using javascript afted document loaded",'ajc'),
'inline_footer' => __("Inserting all CSS styles inline into the document FOOTER",'ajc'),
'inline_header' => __('(default)','ajc').__("Inserting all CSS styles inline into the document HEADER",'ajc'),
);
?>