root/devel-backup/content/privacy.php

Revision 45, 401 bytes (checked in by sven, 3 years ago)

dos2unix to clean line endings, set svn property eol-style native, some whitespace homogenisation

  • Property svn:eol-style set to native
Line 
1 <?php
2
3     // Run includes
4         require("../includes.php");
5
6     // Draw page
7         echo run("templates:draw:page", array(
8                     sprintf(gettext("%s Privacy Policy"),sitename),
9                     run("templates:draw", array(
10                                                     'contents' => run("content:privacy"),
11                                                     'name' => sprintf(gettext("%s Privacy Policy"), sitename),
12                                                     'context' => 'infobox'
13                                                 )
14                                                 )
15             )
16             );
17         
18 ?>
19
Note: See TracBrowser for help on using the browser.