Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 804 → Rev 805

/trunk/plugins/viathinksoft/objectTypes/gs1/OIDplusGs1.class.php
232,7 → 232,7
return $this->ns().'_'.$this->nodeId(false); // safe, because there are only numbers
}
 
public static function rootIconname($mode) {
public static function treeIconFilename($mode) {
return 'img/'.$mode.'_icon16.png';
}
}