egroupware_official/admin/inc/hook_edit_account.inc.php

12 lines
219 B
PHP
Raw Normal View History

<?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);
}
?>