Implements assetUrl function to get the image working for Themes#1
Implements assetUrl function to get the image working for Themes#1jor3l wants to merge 1 commit intovdeep:masterfrom jor3l:url_fix
Conversation
…s also returns a full path
|
Thanks for my first ever pull request.. :) |
|
Hey there, no problem lol, about that I'm aware it uses full urls was thinking the same but Timthumb by default blocks any external URL, anyways I'll try to make it work with the physical path but keep the theme functionality, in my case and setup this is a must since the images often resides inside the theme folder or fall back to the global one. |
I think this is better, will return the full url with Themes support. BTW, had to add a beforeFilter and allow access to all in order to use the plugin with Auth component enabled.