[WIKI] Add the RosWeb cookie banner.

This commit is contained in:
Colin Finck 2020-03-11 21:50:19 +01:00
parent cc013607a4
commit 1a877559f6
No known key found for this signature in database
GPG Key ID: 1BA74E70456BA1A9

View File

@ -211,6 +211,11 @@ class VectorTemplate extends BaseTemplate {
<div style="clear: both;"></div>
</div>
<?php $this->printTrail(); ?>
<?php
require_once("../rosweb/rosweb.php");
$rw = new RosWeb();
$rw->printCookieBanner();
?>
</body>
</html>