diff --git a/www/index.php b/www/index.php index a2a3e9a..8ee06be 100644 --- a/www/index.php +++ b/www/index.php @@ -1,33 +1,33 @@ . // load everything require '../load.php'; // this is the homepage (the business logic of this page it's in this class) $page = new PageHome(); // I want this stylesheet -enqueue_js( 'my-style'); +enqueue_css( 'my-style' ); // print site header $page->printHeader(); ?> printFooter();