Aller au code source de ce fichier.
|
| | $Module = $Params['Module'] |
| |
| | $tpl = eZTemplate::factory() |
| |
| | $http = eZHTTPTool::instance() |
| |
| | $user = eZUser::currentUser() |
| |
| | $ini = eZINI::instance() |
| |
if($http->hasPostVariable('CancelButton'))
elseif($http->hasPostVariable('SendButton')) | $uri = eZURI::instance( eZSys::requestURI() ) |
| |
| | $viewParameters = $uri->UserParameters() |
| |
| | $Result ['content'] = $tpl->fetch('design:share/url.tpl') |
| |
| $http = eZHTTPTool::instance() |
| $Module = $Params['Module'] |
Contient la vue contact du module ip
Permet de contacter son délégué ou le responsable du site
- Auteur
- Charles-Edouard Coste cc@sy.nosp@m.nap..nosp@m.fr
Définition à la ligne 10 du fichier url.php.
| $Result['content'] = $tpl->fetch('design:share/url.tpl') |
| $tpl = eZTemplate::factory() |
| if ($http->hasPostVariable('CancelButton')) elseif ($http->hasPostVariable('SendButton')) $uri = eZURI::instance( eZSys::requestURI() ) |
| $user = eZUser::currentUser() |
| $viewParameters = $uri->UserParameters() |