diff --git a/lib/xmlTemplates.php b/lib/xmlTemplates.php index a46e9c4f..4352ee3 100644 --- a/lib/xmlTemplates.php +++ b/lib/xmlTemplates.php @@ -424,5 +424,10 @@ abstract class xmlTemplate { return null; } + + /** + * May be overloaded in other classes + */ + public function isAdminDisabled() {} } ?>