ground-color:#'.$value : '').'"> '; } // UTILS /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// function link_js($href, $anchor, $img_before=false, $img_after=false) { if(!empty($img_before)) $img_before=''; if(!empty($img_after)) $img_after=''; return $img_before.''.$anchor.''.$img_after; } function link_potwierdzenie($link, $anchor, $tekst=false) { if(empty($tekst)) $tekst='Na pewno?'; return ''.$anchor.''; } function focus($field) { return ''; } function tip($value,$width=false) { if(empty($value)) return false; $value=str_replace(' ','
',$value); $value=str_replace('"','"',$value); return 'onmouseover="tip(this,\''.$value.'\',false,'.($width>0 ? $width : 'false').')"'; } function label($value, $width=false, $center=false) { return ''.$value.''; } function info($tip, $img=false) { global $CS; if(empty($img)) $img=ICONS.'/form/info.gif'; return 'FORM->tip($tip).' />'; } function tr() { $html.=''; for($i=0;$i'; $html.=''; return $html; } function tr_array($cols=false) { $html.=''; foreach($cols as $c) $html.=''.$c.''; $html.=''; return $html; } function tr_sep($p=5) { return '
'; } } $this->FORM = new cs_form(); $this->FORM->_PATH = C_PATH.'/'.cs_form; $this->FORM->PATH = C_PATH.'/'.cs_form; $this->FORM->_DIR = C_DIR.'/'.cs_form; $this->FORM->DIR = C_DIR.'/'.cs_form; ?>
Fatal error: Call to a member function hidden() on a non-object in /classes/_content.php on line 182