egroupware_official/admin/inc/hook_edit_account.inc.php
Lars Kneschke 0c0924738c added some german translations
added a way to inlcude plugins into editaccount.php
2001-07-01 17:29:49 +00:00

12 lines
219 B
PHP

<?php
{
// Only Modify the $file and $title variables.....
$title = $appname;
$file = Array(
'userdata' => '/admin/editaccount.php'
);
//Do not modify below this line
display_section($appname,$title,$file);
}
?>