2
0
forked from Wavyzz/dolibarr

Ajout fonction img_file()

This commit is contained in:
Rodolphe Quiedeville
2003-10-28 14:13:01 +00:00
parent f4bd00c85c
commit 2b2a1d9cbe

View File

@@ -25,6 +25,11 @@
$yn[0] = "non";
$yn[1] = "oui";
Function img_file($alt = "Voir")
{
return '<img src="'.DOL_URL_ROOT.'/theme/'.MAIN_THEME.'/img/file.png" border="0" alt="'.$alt.'">';
}
function loginFunction()
{
/**