Gentics Portal.Node PHP API
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
All
Classes
Namespaces
Functions
Variables
Pages
common
modules
user
views
mail_templates
notifyAdminAboutRegister.php
1
<?php
2
/**
3
* Gentics Portal.Node PHP
4
* Author & Copyright (c) by Gentics Software GmbH
5
* sales@gentics.com
6
* http://www.gentics.com
7
* Licenses can be found in the LICENSE.txt file in the root-folder of this installation
8
* You must not use this software without a valid license agreement.
9
*
10
*/
11
?>
12
13
<h2><?php echo
UserModule::t
(
"New user '{$form->email}' was registered"
); ?> </h2>
14
15
<h3><?php echo
UserModule::t
(
'Profile fields:'
); ?></h3>
16
17
<table>
18
<?php
foreach
($profile->attributes as $key => $value): ?>
19
<tr>
20
<td><?php echo $key; ?></td>
21
<td><?php echo $value; ?></td>
22
</tr>
23
<?php endforeach; ?>
24
</table>
Generated on Thu Jun 20 2013 14:45:15 for Gentics Portal.Node PHP API by
1.8.1.2