diff options
| author | Nick Palmer <nick@sluggardy.net> | 2007-02-16 21:05:41 +0000 |
|---|---|---|
| committer | Nick Palmer <nick@sluggardy.net> | 2007-02-16 21:05:41 +0000 |
| commit | 07e1e5f12aca819e9af02f02da0566228afe9dc4 (patch) | |
| tree | 8361c2043060ce1df10bdb3cc826eacfd4d8cbf5 /BitBoardTopic.php | |
| parent | 042aeb22652d7be584e9093532b0e7928733c291 (diff) | |
| download | boards-07e1e5f12aca819e9af02f02da0566228afe9dc4.tar.gz boards-07e1e5f12aca819e9af02f02da0566228afe9dc4.tar.bz2 boards-07e1e5f12aca819e9af02f02da0566228afe9dc4.zip | |
Changed various icons to be more consistent. Fixed some home display issues.
Diffstat (limited to 'BitBoardTopic.php')
| -rw-r--r-- | BitBoardTopic.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/BitBoardTopic.php b/BitBoardTopic.php index 3702889..1275465 100644 --- a/BitBoardTopic.php +++ b/BitBoardTopic.php @@ -1,13 +1,13 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_boards/BitBoardTopic.php,v 1.23 2007/02/15 19:36:12 lsces Exp $ - * $Id: BitBoardTopic.php,v 1.23 2007/02/15 19:36:12 lsces Exp $ + * $Header: /cvsroot/bitweaver/_bit_boards/BitBoardTopic.php,v 1.24 2007/02/16 21:05:41 nickpalmer Exp $ + * $Id: BitBoardTopic.php,v 1.24 2007/02/16 21:05:41 nickpalmer Exp $ * * Messageboards class to illustrate best practices when creating a new bitweaver package that * builds on core bitweaver functionality, such as the Liberty CMS engine * * @author spider <spider@steelsun.com> - * @version $Revision: 1.23 $ $Date: 2007/02/15 19:36:12 $ $Author: lsces $ + * @version $Revision: 1.24 $ $Date: 2007/02/16 21:05:41 $ $Author: nickpalmer $ * @package boards */ @@ -506,7 +506,7 @@ If you no longer wish to watch this topic you can either click the \"Stop watchi $flip['notify']['req']=5; $flip['notify']['id']=$arr['th_thread_id']; $flip['notify']['idname']='t'; - $flip['notify']['up']='mail-send-receive'; + $flip['notify']['up']='mail-forward'; $flip['notify']['upname']='Reply Notification'; $flip['notify']['down']='internet-mail'; $flip['notify']['downname']='Reply Notification Disabled'; |
