RCCWP_WritePostPage::CustomFieldsCSS PHP Method

CustomFieldsCSS() public static method

public static CustomFieldsCSS ( )
    public static function CustomFieldsCSS()
    {
        ?>
	<link 
			rel="stylesheet" 
			href="<?php 
        echo MF_URI;
        ?>
css/base.css" 
			type="text/css" media="screen" charset="utf-8"
	/>
	<link
			rel="stylesheet"
			href="<?php 
        echo MF_URI;
        ?>
css/datepicker/ui.datepicker.css"
			type="text/css" media="screen" charset="utf-8"
	/>

	<link rel="stylesheet" type="text/css" href="<?php 
        echo MF_URI;
        ?>
js/colorpicker/css/colorpicker.css" media="screen" charset="utf-8" />

	<link rel="stylesheet" type="text/css" href="<?php 
        echo MF_URI;
        ?>
css/jscrollpane.css" media="screen" charset="utf-8" />
	<link rel="stylesheet" type="text/css" href="<?php 
        echo MF_URI;
        ?>
js/markitup/skins/markitup/style.css" />
	<link rel="stylesheet" type="text/css" href="<?php 
        echo MF_URI;
        ?>
js/markitup/sets/html/style.css" />
	<?php 
    }