[dokuwiki] Re: Is it possible to hide the 'meta' information at the bottom of pages using syntax?

  • From: Nick Putman <nickharambee@xxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Fri, 15 Apr 2011 00:04:26 +0100

Andreas Haerter wrote:
E.g. with the logical AND operator (see
<http://www.php.net/manual/language.operators.logical.php>):

if (getID() !== "contact"&&
     getID() !== "foo"&&
     getID() !== "bar"&&
     getID() !== "foobar") {
     tpl_pageinfo();
}

Thanks, that works great!
--
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts: