if (!isset($_GET['id']) || !is_number($_GET['id'])) { error(404); } $ArticleID = $_GET['id']; $Latest = $Alias->article($ArticleID); list($Revision, $Title, $Body, $Read, $Edit, $Date, $AuthorID, $AuthorName) = array_shift($Latest); if ($Edit > $LoggedUser['EffectiveClass']) { error(404); } View::show_header($Title." Aliases"); ?>
Aliases are exact search strings or names that can be used to link to an article. [[Alias]]