aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-04-14 09:24:35 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-04-14 09:24:35 +0000
commit26a6635afa656c3fa081202d9857a21d20550b51 (patch)
tree57ccc18eba6fb06e99bc9767138c0d2f8923cf1d /mod
parentecc6c241f27bd8500479c2d0d2dd2c330b8d2a91 (diff)
downloadelgg-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')
-rw-r--r--mod/thewire/graphics/river_icon_thewire.gifbin0 -> 365 bytes
-rw-r--r--mod/thewire/views/default/thewire/activity_view.php3
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
new file mode 100644
index 000000000..59cc6bfaa
--- /dev/null
+++ b/mod/thewire/graphics/river_icon_thewire.gif
Binary files differ
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