![]() |
Форум больше не используется. Присоединяйтесь к каналу #community-ru в Slack for TYPO3 community |
|
|
#19 |
|
Продвинутый
|
print_r ($img_conf);
Код:
Array
(
[file] => fileadmin/templates/images/a_018.jpg
[file.] => Array
(
[maxW] => 150
[maxH] => 350
)
)
Код:
<img src="fileadmin/templates/images/a_018.jpg" width="100" height="100" border="0" alt="" title="" /> |
|
|
|