1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 22:27:34 +02:00

Added defaults for auto image resizing.

This commit is contained in:
Cameron
2012-11-25 12:39:05 -08:00
parent 6b888d334a
commit 8a2f30dbf8

View File

@@ -151,6 +151,12 @@
<core name="replyto_email">registration@yoursite.com</core>
<core name="replyto_name">e107 Website System</core>
<core name="resize_method">gd2</core>
<core name="resize_dimensions"><![CDATA[array (
'news-image' => array ( 'w' => '300', 'h' => '300', ),
'news-bbcode' => array ( 'w' => '300', 'h' => '300', ),
'page-bbcode' => array ( 'w' => '300', 'h' => '300', ),
)]]>
</core>
<core name="search_highlight">1</core>
<core name="search_restrict">0</core>
<core name="shortdate">%d %b : %H:%M</core>