X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Ftrombi.inc.php;h=034c9ace28dbf89bbee98705d1cfb352ab85f49c;hb=3336093ae8476965c585f32b3c60b31d9b392e47;hp=93a96490232a5da2f2fc0e66b40975e6db8e6243;hpb=0337d704b62718d7c77106c0e4c4e26fb02beacf;p=platal.git diff --git a/include/trombi.inc.php b/include/trombi.inc.php index 93a9649..034c9ac 100644 --- a/include/trombi.inc.php +++ b/include/trombi.inc.php @@ -1,6 +1,6 @@ limit = $row*3; } // }}} // {{{ function setAdmin() - + function setAdmin() { $this->admin = true; } // }}} // {{{ function hidePromo() - + function hidePromo() { $this->showpromo = false; } // }}} // {{{ function show() - + function show() { /* this point is nasty... but since show() is called from the template ... @@ -81,7 +81,7 @@ class Trombi extends XOrgPlugin $page->assign('trombi_admin', $this->admin); return $page->fetch('include/trombi.tpl'); } - + // }}} }