Template:Pod: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
m (fix)
(Undo revision 7345 by Dustin (Talk))
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 16:18, 12 April 2010

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/");
}