diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-05-12 11:52:20 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-05-12 11:52:20 +0000 |
commit | 7e944576f4bce2fb95718d0a233af438a7bf9cd8 (patch) | |
tree | 02a9459ca6067afe6370020ff0c4c0a6d6ccf9ee | |
parent | 2e28deb303d73fa2ec9be90dbd223f54765503f6 (diff) | |
download | elgg-7e944576f4bce2fb95718d0a233af438a7bf9cd8.tar.gz elgg-7e944576f4bce2fb95718d0a233af438a7bf9cd8.tar.bz2 |
Placeholders for library functions
-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 |