mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 02:30:51 +00:00
Implement style switching functionality. Add default, night, and high contrast styles.
This commit is contained in:
@@ -304,4 +304,9 @@
|
||||
$g_lang['shortest_loop_is'] = "The length of shortest possible loop is ";
|
||||
$g_lang['salesman_path_problem'] = "Salesman Path Problem";
|
||||
$g_lang['shortest_path_is'] = "The length of shortest path is ";
|
||||
|
||||
$g_lang['default_style'] = "Default";
|
||||
$g_lang['night_style'] = "Night";
|
||||
$g_lang['large_high_contrast_style'] = "Large High Contrast";
|
||||
$g_lang['styles'] = "Styles";
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user