Using extended variables for managing Empire images is quite inconvenient.
Therefore, you can use the built-in plugin from the Empire:Image Information Management。

Usage instructions: as shown in the figure above – no further explanation needed!
Here is the invocation method!
<div class="logo fl w_img">
<?php
$img=$empire->fetch1("SELECT * FROM `{$dbtbpre}enewspic` where picid = 1");
?>
<img src="<?=$img['pic_url']?>" alt="<?=$public_r['sitename']?>" title="www.4s5.cn">
</div>Simply call it in PHP – and it will display right away!
Here, `picid` refers to the image ID; this can be observed in the image above.
What fields can be accessed?
View the data table.

All of these can be called.
For easy access, the text is listed as follows:
picid
title
pic_url
url
pic_width
pic_height
open_pic
border
pictext
classid