echo elgg_view('ads/banner);
you need to add your page
/mod/moneyagames/views/default/ads/banner.php
Elgg looks for the view in the views/default directory
Like Matt already explained:
Your mod will have the dir structure: /mod/<pluginname>/views/default/ads/banner.php
So your actual view is in: /mod/<pluginname>/views/default/ads/
Then you could use:
elgg_view('ads/banner');
thanks
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.