egroupware_official/admin/inc/hook_edit_account.inc.php

12 lines
229 B
PHP

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