mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Comment added.
This commit is contained in:
@@ -189,8 +189,11 @@ class user_select
|
|||||||
return $row['user_name'];
|
return $row['user_name'];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function popup()
|
/**
|
||||||
|
* @deprecated
|
||||||
|
*/
|
||||||
|
function popup()
|
||||||
{
|
{
|
||||||
global $ns, $tp;
|
global $ns, $tp;
|
||||||
list($elementType, $elementID) = explode(".", e_QUERY);
|
list($elementType, $elementID) = explode(".", e_QUERY);
|
||||||
@@ -222,7 +225,6 @@ class user_select
|
|||||||
<html lang='".CORE_LC."'>
|
<html lang='".CORE_LC."'>
|
||||||
<head>
|
<head>
|
||||||
<title>".SITENAME."</title>\n";
|
<title>".SITENAME."</title>\n";
|
||||||
|
|
||||||
|
|
||||||
echo "<link rel=stylesheet href='".e_WEB_ABS."js/bootstrap/css/bootstrap.min.css'>
|
echo "<link rel=stylesheet href='".e_WEB_ABS."js/bootstrap/css/bootstrap.min.css'>
|
||||||
<link rel=stylesheet href='".THEME_ABS."style.css'>
|
<link rel=stylesheet href='".THEME_ABS."style.css'>
|
||||||
|
Reference in New Issue
Block a user