mirror of
https://github.com/reactos/web.git
synced 2025-02-17 01:17:38 +00:00
[WIKI] Add the RosWeb cookie banner.
This commit is contained in:
parent
cc013607a4
commit
1a877559f6
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user