diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-08-02 23:48:18 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-08-02 23:48:18 +0000 |
commit | 57d3328af74ccc959123a0d7bdfa74da940e21fd (patch) | |
tree | 6d8ae7a95ca257f0bebc787fbe257fff5539fe57 /docs | |
parent | d124fec101c9b2a2be29587cb4eff5826b78623d (diff) | |
download | elgg-57d3328af74ccc959123a0d7bdfa74da940e21fd.tar.gz elgg-57d3328af74ccc959123a0d7bdfa74da940e21fd.tar.bz2 |
started some documentation on extending tidypics
Diffstat (limited to 'docs')
-rw-r--r-- | docs/extending_tidypics.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/extending_tidypics.txt b/docs/extending_tidypics.txt new file mode 100644 index 000000000..8d3674cbd --- /dev/null +++ b/docs/extending_tidypics.txt @@ -0,0 +1,9 @@ +Extending Tidypics
+-----------------------------------
+
+We will include more information here in the future. For right now, we will
+mention that we have included some code to make it easy to put the latest
+photos on your front page. See tidypics/lib/tidypics.php and the function
+tp_get_latest_photos().
+
+
\ No newline at end of file |