summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2007-11-07 19:44:38 +0000
committerwjames5 <will@tekimaki.com>2007-11-07 19:44:38 +0000
commit683875dd7d29b5c79c427f060830993b7dab61cf (patch)
tree73a3bbcee8d29b66c00a381cbef66a5f9d324cfa /modules
parentedef23f0a98e22b0fc051cbedc09b40970945fa2 (diff)
downloadkernel-683875dd7d29b5c79c427f060830993b7dab61cf.tar.gz
kernel-683875dd7d29b5c79c427f060830993b7dab61cf.tar.bz2
kernel-683875dd7d29b5c79c427f060830993b7dab61cf.zip
add modules for top title and menu and bottom bar so that you can hyper control your layouts with minimal tpl editing
Diffstat (limited to 'modules')
-rw-r--r--modules/mod_bottom_bar.php2
-rw-r--r--modules/mod_bottom_bar.tpl1
-rw-r--r--modules/mod_title.php2
-rw-r--r--modules/mod_title.tpl8
-rw-r--r--modules/mod_top_menu.php2
-rw-r--r--modules/mod_top_menu.tpl1
6 files changed, 16 insertions, 0 deletions
diff --git a/modules/mod_bottom_bar.php b/modules/mod_bottom_bar.php
new file mode 100644
index 0000000..67c94a5
--- /dev/null
+++ b/modules/mod_bottom_bar.php
@@ -0,0 +1,2 @@
+<?php
+?> \ No newline at end of file
diff --git a/modules/mod_bottom_bar.tpl b/modules/mod_bottom_bar.tpl
new file mode 100644
index 0000000..0ac78b3
--- /dev/null
+++ b/modules/mod_bottom_bar.tpl
@@ -0,0 +1 @@
+{include file="bitpackage:kernel/bot_bar.tpl"} \ No newline at end of file
diff --git a/modules/mod_title.php b/modules/mod_title.php
new file mode 100644
index 0000000..67c94a5
--- /dev/null
+++ b/modules/mod_title.php
@@ -0,0 +1,2 @@
+<?php
+?> \ No newline at end of file
diff --git a/modules/mod_title.tpl b/modules/mod_title.tpl
new file mode 100644
index 0000000..aa64ce1
--- /dev/null
+++ b/modules/mod_title.tpl
@@ -0,0 +1,8 @@
+{if $popupPage}
+ {include file="bitpackage:kernel/poptop.tpl"}
+{else}
+ {include file="bitpackage:kernel/top.tpl"}
+ {if $gBitSystem->isFeatureActive( 'site_top_bar' )}
+ {include file="bitpackage:kernel/top_bar.tpl"}
+ {/if}
+{/if} \ No newline at end of file
diff --git a/modules/mod_top_menu.php b/modules/mod_top_menu.php
new file mode 100644
index 0000000..67c94a5
--- /dev/null
+++ b/modules/mod_top_menu.php
@@ -0,0 +1,2 @@
+<?php
+?> \ No newline at end of file
diff --git a/modules/mod_top_menu.tpl b/modules/mod_top_menu.tpl
new file mode 100644
index 0000000..9020a0a
--- /dev/null
+++ b/modules/mod_top_menu.tpl
@@ -0,0 +1 @@
+{include file="bitpackage:kernel/top_bar.tpl"} \ No newline at end of file