]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - channels/index.php
Add the footer back
[irc/unrealircd/unrealircd-webpanel.git] / channels / index.php
index bf02085c281afbcd51a9e1b0d8287653df003fef..536c7790f1ab2e58fb7313527cc7ea50f098537e 100644 (file)
@@ -35,6 +35,8 @@ $channels = $rpc->channel()->getAll();
                        echo "<td>".$topic."</td>";
                        echo "<td>".$channel->creation_time."</td>";
                }
+
+       require_once("../footer.php");
        ?>
 </tbody>
 </table>