From: x2003bruneau Date: Tue, 19 Dec 2006 21:02:16 +0000 (+0000) Subject: Xnet pages must use xnet functions to set Tpl X-Git-Tag: xorg/0.9.13~166 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=3c9b93f4c294936a8ef3238323c68209175b5f78;p=platal.git Xnet pages must use xnet functions to set Tpl git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1300 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/modules/xnetlists.php b/modules/xnetlists.php index ff51041..560fccd 100644 --- a/modules/xnetlists.php +++ b/modules/xnetlists.php @@ -75,7 +75,7 @@ class XnetListsModule extends ListsModule } $this->prepare_client($page); - $page->changeTpl('xnetlists/index.tpl'); + new_group_page('xnetlists/index.tpl'); if (Get::has('del')) { $this->client->unsubscribe(Get::v('del'));