gliker-inorbital
-
2/11/2011 2:47:10 PM
Hide webpart on multiple pages
Hi guys,
I'm using this macro to hide webpart on specific page: {%if (cmscontext.currentpageinfo.documentname == "Text search") { "false" } else { "true" }%}
..and this works great. Since I need to hide this webpart on couple of more pages is there any way to add multiple values into this marcro?
Thanks
|