cache_dir.php
484 字节
<?php $cache_dir=array (
'cat' =>
array (
1 =>
array (
'file' => 'products',
),
2 =>
array (
'file' => 'products-a',
),
),
'page' =>
array (
1 =>
array (
'file' => 'about-us',
),
2 =>
array (
'file' => 'contact-us',
),
3 =>
array (
'file' => 'factory-tour',
),
4 =>
array (
'file' => 'faqs',
),
5 =>
array (
'file' => 'tags',
),
),
); ?>