X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=NDWeb%2FPages%2FSettings.pm;h=8c0441407398faaff1df29d2429ebb276626505a;hb=ce1bbbda8d2db60b66cca779f9005015c1c79115;hp=75c55403096492931ca1fb2c1fe6343aa3c83cd4;hpb=d6c9085e748c4d61901aaea72f0e1546dcc7cdda;p=ndwebbie.git diff --git a/NDWeb/Pages/Settings.pm b/NDWeb/Pages/Settings.pm index 75c5540..8c04414 100644 --- a/NDWeb/Pages/Settings.pm +++ b/NDWeb/Pages/Settings.pm @@ -17,16 +17,16 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * #**************************************************************************/ -package ND::Web::Pages::Settings; +package NDWeb::Pages::Settings; use strict; use warnings FATAL => 'all'; use ND::Include; use CGI qw/:standard/; -use ND::Web::Include; +use NDWeb::Include; -use base qw/ND::Web::XMLPage/; +use base qw/NDWeb::XMLPage/; -$ND::Web::Page::PAGES{settings} = __PACKAGE__; +$NDWeb::Page::PAGES{settings} = __PACKAGE__; sub render_body { my $self = shift;