source:
branches/rsr.v5.1/web/app/out/dist/layouts/popup.php
Last change on this file was 1, checked in by dj3c1t, 13 years ago | |
---|---|
File size: 404 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | <!DOCTYPE HTML> |
2 | <html> | |
3 | <head> | |
4 | <?php require $env->out_file("head/head.php"); ?> | |
5 | </head> | |
6 | <body> | |
7 | ||
8 | <div id="page"> | |
9 | ||
10 | <div id="main_content"> | |
11 | <div class="content"> | |
12 | <?php | |
13 | ||
14 | if($env->out_file_exists("content/infos/".$env->prefix.$env->a.".php")) | |
15 | { require $env->out_file("content/infos/".$env->prefix.$env->a.".php"); | |
16 | } | |
17 | ||
18 | ?> | |
19 | </div> | |
20 | </div> | |
21 | ||
22 | </div> | |
23 | ||
24 | </body> | |
25 | </html> |
Note: See TracBrowser
for help on using the repository browser.