This repository was archived by the owner on Feb 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +0
-146
lines changed
Expand file tree Collapse file tree 4 files changed +0
-146
lines changed Original file line number Diff line number Diff line change @@ -148,8 +148,6 @@ function LanguageFlag(){
148148 return 'tr ' ;
149149 elseif ($ _SESSION ['language ' ] == 'Danish ' )
150150 return 'dk ' ;
151- elseif ($ _SESSION ['language ' ] == 'Swedish ' )
152- return 'se ' ;
153151 };
154152
155153 function LanguageURL ($ language ){
Original file line number Diff line number Diff line change 2323 $ _SESSION ['language ' ] = "Turkish " ;
2424 elseif ($ _GET ['language ' ] == 'Danish ' )
2525 $ _SESSION ['language ' ] = "Danish " ;
26- elseif ($ _GET ['language ' ] == 'Swedish ' )
27- $ _SESSION ['language ' ] = "Swedish " ;
2826 }
2927
3028 require_once (__ROOT__ .'/inc/languages/ ' .$ _SESSION ['language ' ].'.php ' );
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6565 <li><a class="dropdown-item <?php echo LanguageActive ('Portuguese ' ); ?> " href="<?php echo LanguageURL ('Portuguese ' );?> "><img src="./images/flags/pt.svg" width="20" class="border align-middle"> Portuguese</a></li>
6666 <li><a class="dropdown-item <?php echo LanguageActive ('Slovak ' ); ?> " href="<?php echo LanguageURL ('Slovak ' );?> "><img src="./images/flags/sk.svg" width="20" class="border align-middle"> Slovak</a></li>
6767 <li><a class="dropdown-item <?php echo LanguageActive ('Turkish ' ); ?> " href="<?php echo LanguageURL ('Turkish ' );?> "><img src="./images/flags/tr.svg" width="20" class="border align-middle"> Turkish</a></li>
68- <li><a class="dropdown-item <?php echo LanguageActive ('Swedish ' ); ?> " href="<?php echo LanguageURL ('Swedish ' );?> "><img src="./images/flags/kr.svg" width="20" class="border align-middle"> Swedish</a></li>
6968 </ul>
7069 </div>
7170 <?php endif ;?>
You can’t perform that action at this time.
0 commit comments