diff options
Diffstat (limited to 'views/default/js/raphael/raphael.php')
-rw-r--r-- | views/default/js/raphael/raphael.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/default/js/raphael/raphael.php b/views/default/js/raphael/raphael.php new file mode 100644 index 000000000..4ce441133 --- /dev/null +++ b/views/default/js/raphael/raphael.php @@ -0,0 +1,3 @@ +<?php + +include(elgg_get_plugins_path() . 'graphstats/vendors/raphaeljs/raphael.js'); |