diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-06-21 21:47:47 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-06-21 21:47:47 +0000 |
commit | 8a76d53f35eabe1b33f012e91fd745c1e0653203 (patch) | |
tree | e7bf1fc433e499e2fa45f79a623a6a120f6b62f1 /lib/watermark.php | |
parent | 779ff6e97e53a016b9384427d65d98daf6480e24 (diff) | |
download | elgg-8a76d53f35eabe1b33f012e91fd745c1e0653203.tar.gz elgg-8a76d53f35eabe1b33f012e91fd745c1e0653203.tar.bz2 |
added convenience function for front page
Diffstat (limited to 'lib/watermark.php')
-rw-r--r-- | lib/watermark.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/watermark.php b/lib/watermark.php index ddc41a36b..330ae7b29 100644 --- a/lib/watermark.php +++ b/lib/watermark.php @@ -1,7 +1,5 @@ <?php -include_once dirname(__FILE__) . "/tidypics.php"; - function tp_watermark($thumbs) { global $CONFIG; |