Skip to content

Commit

Permalink
Move constant in api.lib.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Sep 22, 2015
1 parent 0dd52d2 commit 0829fd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions main/inc/lib/api.lib.php
Expand Up @@ -534,6 +534,11 @@
define ('EVENT_EMAIL_TEMPLATE_ACTIVE', 1);
define ('EVENT_EMAIL_TEMPLATE_INACTIVE', 0);

// Course home
define('SHORTCUTS_HORIZONTAL', 0);
define('SHORTCUTS_VERTICAL', 1);


/**
* Inclusion of internationalization libraries
*/
Expand Down
3 changes: 0 additions & 3 deletions main/inc/lib/course_home.lib.php
@@ -1,9 +1,6 @@
<?php
/* For licensing terms, see /license.txt */

define('SHORTCUTS_HORIZONTAL', 0);
define('SHORTCUTS_VERTICAL', 1);

/**
* Class CourseHome
*/
Expand Down

0 comments on commit 0829fd8

Please sign in to comment.