|
From: <rgr...@us...> - 2013-12-28 18:38:03
|
Revision: 12247
http://sourceforge.net/p/xoops/svn/12247
Author: rgriffith
Date: 2013-12-28 18:37:59 +0000 (Sat, 28 Dec 2013)
Log Message:
-----------
Fixing #1226 - Change value of clickable due to issues centering on CaricaFoto script
Modified Paths:
--------------
XoopsCore/branches/2.5.x/2.5.7/htdocs/class/textsanitizer/image/config.php
Modified: XoopsCore/branches/2.5.x/2.5.7/htdocs/class/textsanitizer/image/config.php
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/htdocs/class/textsanitizer/image/config.php 2013-12-25 11:45:20 UTC (rev 12246)
+++ XoopsCore/branches/2.5.x/2.5.7/htdocs/class/textsanitizer/image/config.php 2013-12-28 18:37:59 UTC (rev 12247)
@@ -21,7 +21,7 @@
return $config = array(
// Click to open an image in a new window in full size using CaricaFoto
- 'clickable' => 1,
+ 'clickable' => 0,
// Resize the image down to max_width set below
'resize' => 1,
// Maximum width of an image displayed on page, otherwise it will be resized
|