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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user