, Viktor Rutberg * * @access public * @param mixed javascript sources or an array * @param string language * @param string type * @param boolean should index_page be added to the javascript path * @return string */ if ( ! function_exists('script_tag')) { function script_tag($src = '', $language = 'javascript', $type = 'text/javascript', $index_page = FALSE) { $CI =& get_instance(); $script = ''; return $script; } } if ( ! function_exists('formelement')) { function formelement($label, $input, $help = '') { ?>
'control-label')); echo '
' . $input; if (!empty($help)) { echo '

'.$help.'

'; } echo '
'; ?>
' . img(array( 'src' => 'img/agendav_small.png', 'alt' => 'AgenDAV', )) . ''; } /* * Returns app defined logo */ function custom_logo($filename, $title = '') { return ''; }