diff options
author | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-11 18:49:04 +0000 |
---|---|---|
committer | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-11 18:49:04 +0000 |
commit | c52b6c10c4278473f216e0b87f1cd15a7e701929 (patch) | |
tree | 01ee317f433a3508b0a9e08a3f313f9d668a0186 /mod/test/views/default/pageshells | |
parent | 73361b0807f8ed16bfd9a6d71ce9d68c44066192 (diff) | |
download | elgg-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
Diffstat (limited to 'mod/test/views/default/pageshells')
-rw-r--r-- | mod/test/views/default/pageshells/pageshell.php | 1 |
1 files changed, 1 insertions, 0 deletions
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">
|