diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-04-14 09:24:35 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-04-14 09:24:35 +0000 |
commit | 26a6635afa656c3fa081202d9857a21d20550b51 (patch) | |
tree | 57ccc18eba6fb06e99bc9767138c0d2f8923cf1d /mod/thewire | |
parent | ecc6c241f27bd8500479c2d0d2dd2c330b8d2a91 (diff) | |
download | elgg-26a6635afa656c3fa081202d9857a21d20550b51.tar.gz elgg-26a6635afa656c3fa081202d9857a21d20550b51.tar.bz2 |
link to the wire added to bottom of latest wire post box on riverdashboard page
git-svn-id: https://code.elgg.org/elgg/trunk@3208 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/thewire')
-rw-r--r-- | mod/thewire/graphics/river_icon_thewire.gif | bin | 0 -> 365 bytes | |||
-rw-r--r-- | mod/thewire/views/default/thewire/activity_view.php | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/mod/thewire/graphics/river_icon_thewire.gif b/mod/thewire/graphics/river_icon_thewire.gif Binary files differnew file mode 100644 index 000000000..59cc6bfaa --- /dev/null +++ b/mod/thewire/graphics/river_icon_thewire.gif diff --git a/mod/thewire/views/default/thewire/activity_view.php b/mod/thewire/views/default/thewire/activity_view.php index 2a3cdd2d9..20b1a6056 100644 --- a/mod/thewire/views/default/thewire/activity_view.php +++ b/mod/thewire/views/default/thewire/activity_view.php @@ -42,4 +42,7 @@ function textCounter(field,cntfield,maxlimit) { echo $latest_wire;
?>
</div>
+
+ <img src="<?php echo $vars['url']; ?>mod/thewire/graphics/river_icon_thewire.gif" alt="the wire" align="left" style="margin-right:5px;"/><a href="<?php echo $vars['url']; ?>mod/thewire/everyone.php" />Read the wire</a>
+
</div>
\ No newline at end of file |