Ajout fonction img_file()
This commit is contained in:
parent
f4bd00c85c
commit
2b2a1d9cbe
@ -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()
|
||||
{
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user