Avatar of NeverEndingFlashStories
NeverEndingFlashStories

asked on 

How do i read this image src link (php code)

Hi there,

I am trying to modify specific icons within a moodle template that i have recently purchased. However, when inspecting the icon, i get this image source instead :

src="http://mydomain.com/theme/image.php/lambda/page/1468608429/icon" class="iconlarge activityicon" role="presentation" id="yui_3_17_2_1_1470251148074_2050"

and

src="http://mydomain.com/theme/image.php/lambda/core/1468608429/f/sourcecode-24" class="iconlarge activityicon" role="presentation" id="yui_3_17_2_1_1470251148074_1581"

What html/php function is being used here? How is the src being used to go inside the image.php file? and what happens within this php file? Can someone give me a direction to go and research ?
The explanation of src attribute in w3schools does not cover this kind of usage.

Help - trying to make sense of this.
PHP

Avatar of undefined
Last Comment
NeverEndingFlashStories

8/22/2022 - Mon