Description
working demo see here http://playground.reactos.org/getbuilds
Changelog:
- simplified javascript a lot by using jQuery (loaded with Drupal)
- improved Drupal integration (e.g. hide the language switcher, remove the second heading)
- adapted design to match the rest of the site
- made the layout a bit clearer
- some translation updates by forum members
- a new loading animation
To apply, place the ajax-loader.gif into /sites/all/modules/reactos/getbuilds/images.
Go to admin/structure/pages/edit/page-getbuilds > Content and replace the php code there by
<?php
include("./sites/all/modules/reactos/getbuilds/index.php");
?>
Perhaps you'll have to flush the cache.