From 3c9b93f4c294936a8ef3238323c68209175b5f78 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Tue, 19 Dec 2006 21:02:16 +0000 Subject: [PATCH] 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 --- modules/xnetlists.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')); -- 2.1.4