aboutsummaryrefslogtreecommitdiff
path: root/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'settings.php')
-rw-r--r--settings.php26
1 files changed, 0 insertions, 26 deletions
diff --git a/settings.php b/settings.php
deleted file mode 100644
index a18660da0..000000000
--- a/settings.php
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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
-// Small - displayed on an album page
-// Thumb - used for the activity log
-// There is also the original image that is available for download
- $CONFIG->tidypics->image_large_width = 600;
- $CONFIG->tidypics->image_large_height = 600;
-
- $CONFIG->tidypics->image_small_width = 153;
- $CONFIG->tidypics->image_small_height = 153;
-
- $CONFIG->tidypics->image_thumb_width = 60;
- $CONFIG->tidypics->image_thumb_height = 60;
-
-?> \ No newline at end of file