lib_customization.your-school-name.php
with your-school-name is short or abbreviation of your school name. Use lib_customization.mit.php
for an examplelib_customization.your-school-name.php
after $default_g_settings["order_system"]="fundp";
:lib_global_settings.php
by:define("customization",""); // Customization to use: f.e.: ".sample" for use of "lib_customization.sample.php", and "" for "lib_customization.php"
define("customization",".your-school-name"); // Customization to use: f.e.: ".sample" for use of "lib_customization.sample.php", and "" for "lib_customization.php"
. Notice there is a period (.) in front of "your-school-name".sidenav.php
by:showSideLink(array("url" => "import_edit.php","text" => s("import_edit_tab_sep"), "target" => "mainpage", ));
. On this line: if (in_array($g_settings["customization"], array("baylor", "mit"), true)) {
add "your-school-name"
(the same as "your-school-name" set in lib_customization.your-school-name.php
) right at the end of the array list of institutions. For example: