Build the permissions...
[dotclear.git] / _admin.php
1 <?php
2 $core->addBehavior('initWidgets', array('xorgAuthWidgetBehavior', 'initWidget'));
3
4 class xorgAuthWidgetBehavior {
5 public static function initWidget(&$w) {
6 $w->create('XorgAuth', __('Auth. X.org'), array('xorgAuthWidget','widget'));
7 }
8 }
9
10 ?>