-
Simply unpack the contents of the zip file into your /themes directory in your silverstripe project
-
Change to theme by putting the following line in your ./mysite/_config.php:
SSViewer::set_theme(“themename”);
-
Visit your homepage, ensuring you flush the cache (append ?flush=1 to the url).