changeset 0 | d970ebf37754 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wp/wp-content/plugins/wp-filemanager/incl/html.header.inc.php Wed Nov 06 03:21:17 2013 +0000 @@ -0,0 +1,7 @@ +<?php +if ( ! defined( 'ABSPATH' ) ) + die(); + print "<link rel='stylesheet' href='" . WP_CONTENT_URL . "/plugins/wp-filemanager/incl/phpfm.css' type='text/css'>"; + print "<center>"; + print "<br />"; +?> \ No newline at end of file