お知らせ一覧Notice List
include_once("news_update/admin/include/config.php");
$img_updir = "news_update/upload";//画像保存パス
//※1ページあたりの表示件数などは設定ファイルで指定
$commentDsp = 1;//本文抜粋表示(0=しない、1=する)
$commentNum = 200;//本文抜粋の表示文字数(単位バイト。全角文字は2バイトで1文字。末尾の文字「...」も含む)
$dspThumbNail = 1;//サムネイル表示(0=しない、1=する)※アップファイル1枚目が画像の場合のみ有効
$category = '';
// 設定ファイルの読み込みとページ独自設定
$getFormatDataArr = getLines2DspData($file_path,$img_updir,$config,'',$category);//(変更不可)
$pagerRes = pager_dsp($getFormatDataArr,$pagelength,$pagerDispLength,$config['encodingType']);//ページャー生成(変更不可)
$pagerDsp = (count($getFormatDataArr) > $pagelength) ? ''.$pagerRes['dsp'].'
' : '';//ページャー用タグセット(変更不可) ?>
//echo $pagerDsp;//ページャー表示?>
echo $copyright;}//著作権表記削除不可?>
-
if(!$copyright){echo $warningMesse;exit;}
else{
for($i = $pagerRes['index'];
($i-$pagerRes['index']) < $pagelength; $i++){
if(!empty($getFormatDataArr[$i])){$data=$getFormatDataArr[$i];?>
-
'.$data['category'].'';//カテゴリ名表示?>
New!';//New表示。タグ変更可(表示期間は設定ファイルで)?>