Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
201 views
in Technique[技术] by (71.8m points)

php - How can I find the exact location of this relative source image tag?

I want to change the logo of my local site, there is an image that appears there but I can't find where it is exactly.

in Theme.xml file there is this block

<div class='cAcpLoginBox_logo'>
                        <img src='{resource="logo_dark_full.png" app="core" location="admin"}' alt=''>
                    </div>

I used Notepad++ search files in folder feature to look for "logo_dark_full.png" in the entire directory, meaning all folders and files, but it didn't find anything.

can someone give me any clues as to where i can find this image file and why there is curly bracket instead of a normal relative or absolute image path?

what is the exact syntax to define image sources like this and how can I learn more about this? thanks in advance

question from:https://stackoverflow.com/questions/65856719/how-can-i-find-the-exact-location-of-this-relative-source-image-tag

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...