mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-10 07:21:04 +01:00
Update function to match the api
This commit is contained in:
parent
dc38f82581
commit
2628c9857c
@ -314,8 +314,8 @@
|
|||||||
function get_template_list(){
|
function get_template_list(){
|
||||||
global $phpgw_info;
|
global $phpgw_info;
|
||||||
$d = dir(PHPGW_SERVER_ROOT."/phpgwapi/templates");
|
$d = dir(PHPGW_SERVER_ROOT."/phpgwapi/templates");
|
||||||
$list["user_choice"]["name"] = "user_choice";
|
//$list["user_choice"]["name"] = "user_choice";
|
||||||
$list["user_choice"]["title"] = "Users Choice";
|
//$list["user_choice"]["title"] = "Users Choice";
|
||||||
while($entry=$d->read()) {
|
while($entry=$d->read()) {
|
||||||
if ($entry != "CVS" && $entry != "." && $entry != ".."){
|
if ($entry != "CVS" && $entry != "." && $entry != ".."){
|
||||||
$list[$entry]["name"] = $entry;
|
$list[$entry]["name"] = $entry;
|
||||||
|
Loading…
Reference in New Issue
Block a user