Update the voicemail link that you see just after logging in.

This commit is contained in:
Mark Crane 2013-01-02 00:02:38 +00:00
parent 06e012eaa9
commit d16a35527c
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ echo "<br />";
echo " ".$text['label-voicemail'].": \n";
echo " </td>\n";
echo " <td class=\"row_style1\">\n";
echo " <a href='".PROJECT_PATH."/app/voicemail_msgs/v_voicemail_msgs.php'>".$text['label-view-messages']."</a> \n";
echo " <a href='".PROJECT_PATH."/app/voicemails/voicemail_messages.php'>".$text['label-view-messages']."</a> \n";
echo " </td>\n";
echo "</tr>\n";
echo "</table>\n";