Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Add welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Jul 14, 2014
1 parent d7f23e1 commit a6aaa68
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions core/src/conf/bootstrap_repositories.php
Expand Up @@ -118,6 +118,17 @@
)
);

$REPOSITORIES["ajxp_home"] = array(
"DISPLAY" => "Welcome",
"AJXP_SLUG" => "welcome",
"DISPLAY_ID" => "user_home.title",
"DESCRIPTION_ID" => "user_home.desc",
"DRIVER" => "ajxp_home",
"DRIVER_OPTIONS" => array(
"DEFAULT_RIGHTS" => "rw"
)
);

// ADMIN REPOSITORY
$REPOSITORIES["ajxp_conf"] = array(
"DISPLAY" => "Settings",
Expand Down

0 comments on commit a6aaa68

Please sign in to comment.