aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-05-12 11:52:20 +0000
committerCash Costello <cash.costello@gmail.com>2009-05-12 11:52:20 +0000
commit7e944576f4bce2fb95718d0a233af438a7bf9cd8 (patch)
tree02a9459ca6067afe6370020ff0c4c0a6d6ccf9ee /lib
parent2e28deb303d73fa2ec9be90dbd223f54765503f6 (diff)
downloadelgg-7e944576f4bce2fb95718d0a233af438a7bf9cd8.tar.gz
elgg-7e944576f4bce2fb95718d0a233af438a7bf9cd8.tar.bz2
Placeholders for library functions
Diffstat (limited to 'lib')
-rw-r--r--lib/resize.php8
-rw-r--r--lib/tidypics.php8
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