diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-05-13 01:03:53 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-05-13 01:03:53 +0000 |
commit | fe45d33afc444e0f77d912a65de83ba9f0c92f33 (patch) | |
tree | ce2b4b698d9039af149da43cb34cb23b5f21ba75 /settings.php | |
parent | 6e78b8fb472dc5ff8b586911d5ad06cb12aaea4e (diff) | |
download | elgg-fe45d33afc444e0f77d912a65de83ba9f0c92f33.tar.gz elgg-fe45d33afc444e0f77d912a65de83ba9f0c92f33.tar.bz2 |
added warning to settings file
Diffstat (limited to 'settings.php')
-rw-r--r-- | settings.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/settings.php b/settings.php index 0367eebff..a18660da0 100644 --- a/settings.php +++ b/settings.php @@ -1,5 +1,13 @@ <?php
+/*******************************************************************
+ *
+ * Tidypics Settings
+ *
+ * DO NOT CHANGE THESE - Use tidypics_settings plugin
+ *
+ ********************************************************************/
+
/////////////////////////////////////////////////////////////////////
// Image sizes - Tidypics makes 3 views of an image:
// Large - displayed when viewing the image alone
|