Skip to content
Snippets Groups Projects
Commit ccb79e72 authored by efalcy's avatar efalcy
Browse files

Correction tests

parent 5f7b47be
Branches
Tags
No related merge requests found
......@@ -1119,6 +1119,24 @@ class Class_Article extends Storm_Model_Abstract {
public function renderOn($canvas) {
return $canvas->renderArticle($this);
}
public function getTitleInfo() {
return '';
}
public function getIcoInfoTitle() {
return '';
}
public function getIcoInfo() {
return 'ico/liste.gif';
}
}
?>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment