From 28c20b86be8b40cecba0d83080879f81c49e07ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Thu, 8 Jul 2010 11:58:16 +0200 Subject: [PATCH] Fix networking display on profiles MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- templates/profile/profile.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/profile/profile.tpl b/templates/profile/profile.tpl index df3cf2c..759bff1 100644 --- a/templates/profile/profile.tpl +++ b/templates/profile/profile.tpl @@ -62,7 +62,8 @@ function chgMainWinLoc(strPage) {/if} - {assign var=networking value=$profile->getNetworking(0)} + {* 458752 stands for 0x70000 = Profile::NETWORKING_ALL *} + {assign var=networking value=$profile->getNetworking(458752)} {if count($networking) > 0}

Sur le web...

{foreach from=$networking item=network} -- 2.1.4