03-23-2017, 09:51 AM
Yes, userspice manages pages with .php extensions, although you can just rename your html files to a .php extension. You can also rename css and js files to php and put their content in style or script tags. Just note that for userspice to truly control a page, you need a require_once to the init.php file and that securePage line that's in every userspice file.