Bender wrote:
Where is rowd?
not here, gone away... you did not see this post [Jedi hand wave]
:)
Bender wrote:
Where is rowd?
function render(){
return '.$this->getName().'" id="'.$this->getName().'" size="'.$this->getSize().'" maxlength="'.$this->getMaxlength().'" value="'.$this->getValue().'"'.$this->getExtra().' />';
}
I made those archives a while ago.
With XOOPS 2.0.16 you can do this using Smarty tags in your theme.html file. <img class="<{$xoops_dirname}>" src="<{$xoops_imageurl}>modules/<{$xoops_dirname}>/logo.png" alt="" /> img.system {
put css rules here
}
img.newbb {
put css rules here
} 