diff --git a/module/score/control.php b/module/score/control.php index 8da33e3dd7..e07ea368f2 100644 --- a/module/score/control.php +++ b/module/score/control.php @@ -9,6 +9,21 @@ */ class score extends control { + /** + * score constructor. + * + * @param string $module + * @param string $method + * + * @access public + * @return mixed + */ + public function __construct($module = '', $method = '') + { + parent::__construct($module, $method); + $this->loadModel('my')->setMenu(); + } + /** * Ajax action score. * javascript use : $.get(createLink('score', 'ajax', "method=method")); diff --git a/module/score/view/rule.html.php b/module/score/view/rule.html.php index 91366c5ec1..dbdfe1abfa 100644 --- a/module/score/view/rule.html.php +++ b/module/score/view/rule.html.php @@ -10,6 +10,12 @@ */ ?> +
+
my->scoreRule; ?>
+
+ +
+