Image from Config class data doesn't appear in site
Permalink
Hi!
I want to show the path to an image choosen in the dashboard. To display the path to it, I have done this:
I have also tryed this:
But it shows nothing.
Before I have loaded the image helper (in the same header.php file).
What is wrong?
Thank You.
PS: Here is the documentationhttp://www.concrete5.org/documentation/developers/files/helpers/...
I want to show the path to an image choosen in the dashboard. To display the path to it, I have done this:
<?php echo $r = $im->getThumbnail('image', 600, 80);?>
I have also tryed this:
<?php echo $r = $im->getThumbnail('image', '600', '80');?>
But it shows nothing.
Before I have loaded the image helper (in the same header.php file).
What is wrong?
Thank You.
PS: Here is the documentationhttp://www.concrete5.org/documentation/developers/files/helpers/...