📄 configuration.php
字号:
<?php
/**
* @package EasyGallery
* @copyright (C) 2006 Joomla-addons.org
* @author Adam van Dongen
* @version $Id: configuration.php 5 2007-06-21 19:04:22Z websmurf $
*
* --------------------------------------------------------------------------------
* All rights reserved. Easy Gallery Component for Joomla!
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the Joomla-addons Free Software License
* See LICENSE.php for more information.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* --------------------------------------------------------------------------------
**/
defined( '_VALID_MOS' ) or die( 'Restricted access' );
$eg_ftp_disabled = '1';
$eg_ftp_host = 'localhost';
$eg_ftp_password = '';
$eg_ftp_path = '/joomla';
$eg_ftp_port = '21';
$eg_ftp_user = '';
$eg_image_path = '/images/stories/easygallery/resized';
$eg_max_height = '400';
$eg_max_width = '500';
$eg_original_path = '/images/stories/easygallery';
$eg_thumbnail_height = '112';
$eg_thumbnail_path = '/images/stories/easygallery/thumbs';
$eg_thumbnail_width = '150';
$eg_thumbnails_per_row = '3';
$eg_thumbnail_rows = '4';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -