Move constant in api.lib.php

1.10.x
Julio Montoya 10 years ago
parent 0dd52d2e73
commit 0829fd8804
  1. 5
      main/inc/lib/api.lib.php
  2. 3
      main/inc/lib/course_home.lib.php

@ -534,6 +534,11 @@ define('TIMELINE_STATUS_INACTIVE', '2');
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
*/

@ -1,9 +1,6 @@
<?php
/* For licensing terms, see /license.txt */
define('SHORTCUTS_HORIZONTAL', 0);
define('SHORTCUTS_VERTICAL', 1);
/**
* Class CourseHome
*/

Loading…
Cancel
Save