Template:Pod

From wiki.zmanda.com
Revision as of 19:41, 26 June 2008 by Dustin (talk | contribs) (pod link with redirect)
Jump to navigation Jump to search

Use this template like this:

{{pod|Amanda::Changer}} -> Amanda::Changer
{{pod}} -> {{{1}}}

{{{1}}} Note that the contents of redirect.php are:

<?php
if ($_GET['pod']) {
        header("Location: /pod/" . str_replace("::", "/", $_GET['pod']) . ".html");
} else {
        header("Location: /pod/");
}

</nowiki>