mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
Remove iceURLPath from plugin icons
This commit is contained in:
@@ -14,7 +14,7 @@ if ($_SESSION['loggedIn']) {
|
||||
'<a href="' . $ICEcoder["plugins"][$i][3] .
|
||||
'" title="' . $ICEcoder["plugins"][$i][0] .
|
||||
'" target="' . $target[0] .
|
||||
'"><img src="' . $iceURLPath . "/" . $ICEcoder["plugins"][$i][1] .
|
||||
'"><img src="' . $ICEcoder["plugins"][$i][1] .
|
||||
'" style="' . $ICEcoder["plugins"][$i][2] .
|
||||
'" alt="' . $ICEcoder["plugins"][$i][0] .
|
||||
'"></a><br><br>';
|
||||
|
||||
Reference in New Issue
Block a user