aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-11 18:49:04 +0000
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-11 18:49:04 +0000
commitc52b6c10c4278473f216e0b87f1cd15a7e701929 (patch)
tree01ee317f433a3508b0a9e08a3f313f9d668a0186
parent73361b0807f8ed16bfd9a6d71ce9d68c44066192 (diff)
downloadelgg-c52b6c10c4278473f216e0b87f1cd15a7e701929.tar.gz
elgg-c52b6c10c4278473f216e0b87f1cd15a7e701929.tar.bz2
tweak to ben's elgg 0.2 theme plugin
git-svn-id: https://code.elgg.org/elgg/trunk@175 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--mod/test/views/default/css.php15
-rw-r--r--mod/test/views/default/pageshells/pageshell.php1
2 files changed, 16 insertions, 0 deletions
diff --git a/mod/test/views/default/css.php b/mod/test/views/default/css.php
index de4b5146b..440174624 100644
--- a/mod/test/views/default/css.php
+++ b/mod/test/views/default/css.php
@@ -134,3 +134,18 @@ form {
.profiletable .fieldname {
background-color: #C6DEFD;
}
+
+#topmenu {
+ position:absolute;
+ top:2px;
+ right:10px;
+}
+
+#topmenu li {
+ display:inline;
+ list-style:none;
+}
+
+#topmenu a {
+ color:#fff;
+} \ No newline at end of file
diff --git a/mod/test/views/default/pageshells/pageshell.php b/mod/test/views/default/pageshells/pageshell.php
index 88aa3f3f2..32ed19237 100644
--- a/mod/test/views/default/pageshells/pageshell.php
+++ b/mod/test/views/default/pageshells/pageshell.php
@@ -40,6 +40,7 @@
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td id="pagetop"><a href="<?php echo $vars['url']; ?>"><img src="<?php echo $vars['wwwroot']; ?>mod/test/graphics/purplecrayon.gif" alt="Elgg" width="227" height="70" border="0" /></a></td>
+ <td><?php echo elgg_view('navigation/topmenu'); ?></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">