summaryrefslogtreecommitdiff
path: root/tpl
diff options
context:
space:
mode:
authorBrian <brian@megapump.com>2009-03-24 12:42:42 -0700
committerBrian <brian@megapump.com>2009-03-24 12:42:42 -0700
commitc8343e75fc3a8e7e20abc240ed506eb7088ba71f (patch)
treedf0cb191ce954ca71b58aa4ca67023598e2e0f63 /tpl
parentaf887119ac43beb9c636b40fed0b95569ec05a8a (diff)
tpl/index.php 0.1
Diffstat (limited to 'tpl')
-rw-r--r--tpl/index.php47
1 files changed, 47 insertions, 0 deletions
diff --git a/tpl/index.php b/tpl/index.php
new file mode 100644
index 000000000..5f1ed8439
--- /dev/null
+++ b/tpl/index.php
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html
+PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+ <head>
+ <title><?php echo section('title'); ?></title>
+ <?php echo section('styles'); ?>
+ <?php echo section('scripts'); ?>
+ <?php echo section('search'); ?>
+ <?php echo section('feeds'); ?>
+ <?php echo section('description'); ?>
+ <?php echo section('head'); ?>
+ </head>
+ <body id="<?php echo section('action'); ?>">
+ <div id="wrap">
+ <div id="header">
+ <?php echo section('logo'); ?>
+ <?php echo section('nav'); ?>
+ <?php echo section('notice'); ?>
+ <?php echo section('noticeform'); ?>
+ </div>
+ <div id="core">
+ <?php echo section('localnav'); ?>
+ <?php echo section('bodytext'); ?>
+ <div id="aside_primary" class="aside">
+ <?php echo section('export'); ?>
+ <?php echo section('subscriptions'); ?>
+ <?php echo section('subscribers'); ?>
+ <?php echo section('groups'); ?>
+ <?php echo section('statistics'); ?>
+ <?php echo section('cloud'); ?>
+ <?php echo section('groupmembers'); ?>
+ <?php echo section('groupstatistics'); ?>
+ <?php echo section('groupcloud'); ?>
+ <?php echo section('popular'); ?>
+ <?php echo section('groupsbyposts'); ?>
+ <?php echo section('featuredusers'); ?>
+ <?php echo section('groupsbymembers'); ?>
+ </div>
+ </div>
+ <div id="footer">
+ <?php echo section('secondarynav'); ?>
+ <?php echo section('licenses'); ?>
+ </div>
+ </div>
+ </body>
+ </html> \ No newline at end of file