Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 300 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 300 Bytes

fyrkat theme for SimpleSamlPhp

Clone this repo to your modules directory

git clone https://github.com/fyrkat/ssp-theme.git themefyrkat

Make the following changes in your SSP setup:

config/config.php

'module.enable' => [
	'themefyrkat' => TRUE,
],

'theme.use' => 'themefyrkat:fyrkat',