mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 18:32:44 +02:00
Removed old icons. If you find broken image paths, please post an issue about it.
This commit is contained in:
@@ -925,7 +925,7 @@ switch ($action)
|
||||
/* FORM NOTE EXAMPLE - not needed here as this note is added as label-note (see below)
|
||||
$text .= "
|
||||
<div class='form-note'>
|
||||
".BANLAN_13."<a href='".e_ADMIN_ABS."users.php'><img src='".e_IMAGE_ABS.'admin_images/'."users_16.png' alt='' /></a>
|
||||
".BANLAN_13."<a href='".e_ADMIN_ABS."users.php'><img src='".e_IMAGE_ABS.'admin_imaXXXges/'."users_16.png' alt='' /></a>
|
||||
</div>
|
||||
|
||||
";
|
||||
|
@@ -2435,7 +2435,7 @@ function show_avatars()
|
||||
else
|
||||
{
|
||||
//File info
|
||||
// $users = "<a class='e-tip' href='#' title='".IMALAN_66.": {$image_name}'><img src='".e_IMAGE_ABS."admin_images/info_16.png' alt='".IMALAN_66.": {$image_name}' /></a> ".$users;
|
||||
// $users = "<a class='e-tip' href='#' title='".IMALAN_66.": {$image_name}'><img src='".e_IMAGE_ABS."admin_imaXXXges/info_16.png' alt='".IMALAN_66.": {$image_name}' /></a> ".$users;
|
||||
|
||||
// Control over the image size (design)
|
||||
// $image_size = getimagesize(e_MEDIA."avatars/".$image_name);
|
||||
|
Reference in New Issue
Block a user