Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 9a48550

Browse files
committed
Updated for new announcement strategy
1 parent a53bdb5 commit 9a48550

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ Update `/simplesamlphp/config/config.php`:
3939
_[ssp-base](https://github.com/silinternational/ssp-base) provides a convenience by loading this config with whatever is in the environment variable `ANALYTICS_ID`._
4040

4141
### Announcements
42-
Update `/simplesamlphp/config/config.php`:
42+
Update `/simplesamlphp/announcement/announcement.php`:
4343

4444
```
45-
'announcement' => 'Some <strong>important</strong> announcement'
45+
return 'Some <strong>important</strong> announcement';
4646
```
4747

48-
_[ssp-base](https://github.com/silinternational/ssp-base) provides a convenience by loading this config with whatever is returned by `/simplesamlphp/announcement/announcement.php`._
48+
_[ssp-utilities](https://github.com/silinternational/ssp-utilities) provides whatever is returned by `/simplesamlphp/announcement/announcement.php`._
4949

50-
If configured, an alert will be shown to the user filled with the content of that announcement. HTML is supported.
50+
If provided, an alert will be shown to the user filled with the content of that announcement. HTML is supported.
5151

5252
## Testing theme
5353

0 commit comments

Comments
 (0)