Source for file GoBackLink.php
Documentation is available at GoBackLink.php
/* -------------------------------------------------------------------------- */
/* Module : GoBackLink */
/* Date Vsn Author Description */
/* -------------------------------------------------------------------------- */
/* 27/02/09 1.0 Sonja Lindo Initial Version */
/* -------------------------------------------------------------------------- */
* Used to display a link allowing the user to go back one page
* @return mixed String containing all HTML for the button
if ($session->get("back_action") !=
null)
$part_url =
"/" .
$session->get("back_controller") .
"/" .
$session->get("back_action");
$back_url =
"<br /><a href=\"" .
$part_url .
"\">Back</a>";
Documentation generated on Fri, 27 Mar 2009 13:48:35 +0000 by phpDocumentor 1.4.1