Skip to content

Commit

Permalink
Fixed ugly imagemod link #8, added nmrih, fof, contagion, pvkii icons
Browse files Browse the repository at this point in the history
  • Loading branch information
tltneon committed Mar 23, 2020
1 parent 0fd9edd commit 95640c5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file added lgsl_files/icons/source/contagion.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lgsl_files/icons/source/fof.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lgsl_files/icons/source/nmrih.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lgsl_files/icons/source/pvkii.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lgsl_files/lgsl_details.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

if($lgsl_config['image_mod']){
$output .= '<img src="userbar.php?s='.intval($_GET['s']).'" alt="'.$server['s']['name'].'"/><br />
<textarea style="width: 500px; height: 40px;">[url='.lgsl_link(intval($_GET['s'])).'][img]'.lgsl_link().'userbar.php?s='.intval($_GET['s']).'[/img][/url]</textarea>
<textarea style="width: 500px; height: 40px;">[url='.str_replace("lgsl_files/", "", lgsl_url_path()).($lgsl_config['direct_index'] ? "index.php" : "").'?s='.intval($_GET['s']).'][img]'.str_replace("lgsl_files/", "", lgsl_url_path()).'userbar.php?s='.intval($_GET['s']).'[/img][/url]</textarea>
<div class="spacer"></div>
<style>
@media (max-width: 414px){
Expand Down

0 comments on commit 95640c5

Please sign in to comment.