diff options
-rw-r--r-- | lib/resize.php | 8 | ||||
-rw-r--r-- | lib/tidypics.php | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/lib/resize.php b/lib/resize.php new file mode 100644 index 000000000..657e56824 --- /dev/null +++ b/lib/resize.php @@ -0,0 +1,8 @@ +<?php
+ /**
+ * Elgg tidypics library of resizing functions
+ *
+ */
+
+
+?>
\ No newline at end of file diff --git a/lib/tidypics.php b/lib/tidypics.php new file mode 100644 index 000000000..0a9db4f5d --- /dev/null +++ b/lib/tidypics.php @@ -0,0 +1,8 @@ +<?php
+ /**
+ * Elgg tidypics library of common functions
+ *
+ */
+
+
+?>
\ No newline at end of file |