hey,
i'm trying to set up my cake app in order to work together with
davidpersson's media plugin. I included the plugin in my config/
bootstrap.php and included the medium.helper in my app_controller
$helpers. So far so good.
As adviced in the plugin's configuration manual i migrated by media
files (js, img, css) from webroot to webroot/media/static.

As expected these files are currently not found anymore by the $html
helper anymore. I tried to correct this mistake by replacing my $html-
>css / $html->image and $javascript->link includes with $medium->link
('css/test') / $medium->link('js/...') etc. However that show's no
result.

I guess I'm doing sth horribly wrong here, but i just don't find out
what :)

A quick help would be very much appreciated!

thx
Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to