--- a/punbb/admin_categories.php Thu Jul 12 01:04:01 2007 -0400
+++ b/punbb/admin_categories.php Thu Jul 12 15:00:35 2007 -0400
@@ -115,7 +115,7 @@
<div class="blockform">
<h2><span>Category delete</span></h2>
<div class="box">
- <form method="post" action="admin_categories.php">
+ <form method="post" action="<?php echo makeUrlNS('Special', 'Forum/Admin_categories'); ?>">
<div class="inform">
<input type="hidden" name="cat_to_delete" value="<?php echo $cat_to_delete ?>" />
<fieldset>
@@ -187,7 +187,7 @@
<div class="blockform">
<h2><span>Add/remove/edit categories</span></h2>
<div class="box">
- <form method="post" action="admin_categories.php?action=foo">
+ <form method="post" action="<?php echo makeUrlNS('Special', 'Forum/Admin_categories', 'action=foo', true); ?>">
<div class="inform">
<fieldset>
<legend>Add/delete categories</legend>
@@ -197,7 +197,7 @@
<th scope="row">Add a new category<div><input type="submit" name="add_cat" value="Add New" tabindex="2" /></div></th>
<td>
<input type="text" name="new_cat_name" size="35" maxlength="80" tabindex="1" />
- <span>The name of the new category you want to add. You can edit the name of the category later (see below).Go to <a href="admin_forums.php">Forums</a> to add forums to your new category.</span>
+ <span>The name of the new category you want to add. You can edit the name of the category later (see below). Go to <a href="<?php echo makeUrlNS('Special', 'Forum/Admin_forums'); ?>">Forums</a> to add forums to your new category.</span>
</td>
</tr>
<?php if ($num_cats): ?> <tr>