conf.pagefile.php

Unable to find source-code formatter for language: php. Available languages are: actionscript, html, java, javascript, none, sql, xhtml, xml
<?

// @Copyright iZz Studio 2000-2005
// @Version: $Id: conf.pagefile.php 1191 2006-07-31 07:47:58Z xsharp $

// 文件的扩展名,不要带点
$inews_conf[file_ext]            = 'shtml';

// 更多页面的文件名
$inews_conf[more_file_pre]       = 'more';


// 下面两个设置如果你不清楚请不要修改
// 生成的静态文件夹的权限
$inews_conf[folder_mod]          = 0777;
// 生成的静态文件的权限
$inews_conf[file_mod]            = 0666;


// tag 默认缓冲文件目录,在htdocs目录下 tag 目录
// tag=js   js  文件目录,在htdocs目录下创建
$inews_conf[folder_js]           = '.js';
// tag=rss  xml 文件目录,在htdocs目录下创建
$inews_conf[folder_rss]          = '.rss';
$inews_conf[folder_feed]         = '.feed';
// tag=list list文件目录,在htdocs目录下创建
$inews_conf[folder_list]         = '.list';
$inews_conf[folder_nav]          = '.nav';
$inews_conf[folder_ad]           = '.ad';
$inews_conf[folder_category]     = '.category';
$inews_conf[folder_topic]        = '.topic';
$inews_conf[folder_album]        = '.album';
$inews_conf[folder_calendar]     = '.js';


$inews_conf[rss_ver]             = 'RSS2.0';


// 静态文件名格式
$inews_conf[file_format]         = '$guid'; // 注意"$"
//$inews_conf[file_format]         = "date('Y-m-d',\$datetime)-\$id"; // 注意"$"

// 自定义模板ID
// 主要用于未设置
$inews_conf[template_index_default_0] = '1'; // cid=0 时,即"首页",对应文件 "/Template/index/index_X.php"
$inews_conf[template_index_default] = '1'; // 对应文件 "/Template/index/index_X.php"
$inews_conf[template_topic_default] = '1'; // 对应文件 "/Template/topic/topic_X.php"
$inews_conf[template_more_default]  = '1'; // 对应文件 "/Template/more/more_X.php"
$inews_conf[template_page_default]  = '1'; // 对应文件 "/Template/page/page_X.php"


// 下载模块下载地址是否显示真实地址,如果显示真实地址则不统计下载,但节省服务器资源
$inews_conf[down_real_url] = 0;
$inews_conf[down_type]     = 'refresh';     // 'header',即在软件介绍页面点击直接下载 'refresh',点击新开窗下载.

?>
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.