Example #1
0
        jQuery.noConflict();

        jQuery(function(){
            jQuery('input, textarea').placeholder();
        });
    </script>
    <?php 
}
/*
 * add thumbnails to editior list
 */
core_admin::post_list_thumbs();
/*
 * add columns
 */
core_admin::column_id();
/*
 * add post style to TinyMCS editor
 */
//core_admin::editor_style();
/**
 * stop self pingbacks
 */
core_admin::end_self_ping();
/**
 * Contact info
 */
//global $user ;
//if(current_user_can('Administrator'))
cwp_social::contact_info();
/**