"; } if (($degree != "Lic.") || ($long)) { if (($degree != "Ing.") && ($degree != "Dipl.")) { $txt .= $degree; } if ($name) { $txt .= ' '; } if ($url != '') { $txt .= "$name"; } else { $txt .= $name; } } if ($grad_year || $field || $program) { $txt .= ""; } return $txt; } function smarty_function_display_education($params, &$smarty) { $params = new PlDict($params); $edu = $params->v('edu'); if (!$params->has('sex')) { $profile = $params->v('profile'); $sex = $profile->isFemale(); } else { $sex = $params->b('sex'); } return display_education(($edu->school_short == '') ? $edu->school : $edu->school_short, $edu->school_url, $edu->degree_short, $edu->grad_year, $edu->field, $edu->program, $sex, $params->b('long')); } // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: ?>