Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 288 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 288 Bytes

Installation

Installation is easiest using composer (http://getcomposer.org).

composer require corycollier/simplesamlphp-module-themes

Once installed, you'll need to update your config/config.php file to specify the theme explicitly.

'theme.use' => 'themes:modern',