mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 05:53:14 +01:00
0c0924738c
added a way to inlcude plugins into editaccount.php
12 lines
219 B
PHP
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);
|
|
}
|
|
?>
|