From: Tim Starling Date: Wed, 30 Jan 2008 02:55:19 +0000 (+0000) Subject: New function in PPFrame_DOM should be here too. X-Git-Tag: 1.31.0-rc.0~49702 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=0743d391d662c0b131d0ad956d59c8642050cf19;p=lhc%2Fweb%2Fwiklou.git New function in PPFrame_DOM should be here too. --- diff --git a/includes/Preprocessor.php b/includes/Preprocessor.php index ba788aa80b..2543a23dc8 100644 --- a/includes/Preprocessor.php +++ b/includes/Preprocessor.php @@ -57,6 +57,11 @@ interface PPFrame { * Returns true if the infinite loop check is OK, false if a loop is detected */ function loopCheck( $title ); + + /** + * Return true if the frame is a template frame + */ + function isTemplate(); } interface PPNode {