mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 04:41:53 +02:00
new image pack system imode and admin images updated
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
global $pref, $fromadmin;
|
||||
global $pref, $fromadmin, $imode;
|
||||
|
||||
if (array_key_exists('forum_attach', $pref) && $pref['forum_attach'] && FILE_UPLOADS || ADMIN || $fromadmin)
|
||||
{
|
||||
$image = (file_exists(THEME."images/file.png") ? THEME."images/file.png" : e_IMAGE."generic/".IMODE."/file.png");
|
||||
$image = (file_exists(THEME."images/file.png") ? THEME."images/file.png" : e_IMAGE."packs/".$imode."/generic/file.png");
|
||||
list($fname, $uc) = explode("^", $parm."^");
|
||||
if(isset($uc))
|
||||
{
|
||||
|
Reference in New Issue
Block a user