--- actions.inc.cvs	2007-06-05 16:23:15.000000000 +1000
+++ actions.inc	2007-06-05 16:23:05.000000000 +1000
@@ -1,4 +1,5 @@
 <?PHP
+
 /* $Id: actions.inc,v 1.8.2.5 2007/03/06 15:21:15 jvandyk Exp $ */
 
 /**
@@ -383,7 +384,9 @@
           '%username' => $user->name,
           '%uid' => $node->uid,
           '%node_url' => url('node/' . $node->nid, NULL, NULL, TRUE),
+	  '%nid' => $node->nid,
           '%node_type' => $node->type,
+	  '%site_url' => url('' . $node->nid, NULL, NULL, TRUE),
           '%title' => $node->title,
           '%teaser' => strip_tags($node->teaser),
           '%body' => strip_tags($node->body)
@@ -432,7 +435,7 @@
         '#default_value' => $edit['message'],
         '#cols' => '80',
         '#rows' => '20',
-        '#description' => t('The message that should be sent.  You may include the following variables: %site_name, %username, %node_url, %node_type, %title, %teaser, %body'),
+        '#description' => t('The message that should be sent.  You may include the following variables: %site_name, %site_url, %username, %nid, %node_url, %node_type, %title, %teaser, %body'),
       );
       return $form;
 
