X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Ffunction.display_education.php;h=143c474c1d47340c90d351d48a4d82ab3bc634a7;hb=2482fe415f23dad9abc95f0fd5ff0fdf939de8b8;hp=4e7db2af452bec7d6b846df8c194598c80787fbe;hpb=12ddbc2037b16496dfb9d91c4f7091850146fcde;p=platal.git diff --git a/plugins/function.display_education.php b/plugins/function.display_education.php index 4e7db2a..143c474 100644 --- a/plugins/function.display_education.php +++ b/plugins/function.display_education.php @@ -1,6 +1,6 @@ ' . $name . ''; + $txt .= '' . $name . ''; } else { $txt .= $name; } @@ -65,7 +65,7 @@ function display_education($name, $url, $degree, $gradYear, $field, $program, $f return $txt; } -function smarty_function_display_education($params, &$smarty) +function smarty_function_display_education($params, $smarty) { $params = new PlDict($params); $edu = $params->v('edu');