mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
replace empty with empty
This commit is contained in:
parent
1010fac9ed
commit
a6ff10fb34
3 changed files with 1 additions and 2 deletions
|
@ -181,7 +181,7 @@ function DisplayCategories($instancename, $path) {
|
|||
|
||||
if (strtolower($oldcatname) != strtolower($data[1])){
|
||||
|
||||
echo '<a class="cata ' . ($classmap[strtolower($data[1])] ?? '') . '" href="index.php?query=' . $data[1] . '">' . '<img class="caticon" src="img/' . ($logomap[strtolower($data[1])] ?? 'empty.svg') . '"></img>'. $data[1] . '</a> ';
|
||||
echo '<a class="cata ' . ($classmap[strtolower($data[1])] ?? '') . '" href="index.php?query=' . $data[1] . '">' . '<img class="caticon" src="img/' . ($logomap[strtolower($data[1])] ?? 'empty.png') . '"></img>'. $data[1] . '</a> ';
|
||||
$oldcatname = strtolower($data[1]);
|
||||
|
||||
}
|
||||
|
|
BIN
www/img/empty.png
Normal file
BIN
www/img/empty.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 96 B |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#436" d="M36 32c0 2.209-1.791 4-4 4H4c-2.209 0-4-1.791-4-4V4c0-2.209 1.791-4 4-4h28c2.209 0 4 1.791 4 4v28z"/></svg>
|
Before Width: | Height: | Size: 188 B |
Loading…
Add table
Add a link
Reference in a new issue