I only need to have this with some of my pages and by modifing the theme.html would cause it to load with everything. Not the resault I would think I would want.
Am I incorect in my thinking? or could there be a better way.
Thanks again
function render(){
return ".$this->getType()."' class='formButton' name='".$this->getName()."' id='".$this->getName()."' value='".$this->getValue()."'".$this->getExtra()." />";
} function render(){
return ".$this->getType()."' class='formButton' name='".$this->getName()."' id='".$this->getName()."' value='".$this->getValue()."'".$this->getExtra()." src='"'post.gif'"'/>";
}