basic settings



This basic configuration is used to set the storage directory for website-related files. Taking CSS as an example, the description is as follows:
A. Configure the corresponding storage file location
./caches/configs/system.php
B. Set the CSS directory path.
40.jpg
C. When calling in the foreground, make the following reference.
{template "content","header"}
<link href="{CSS_PATH}vote.css" rel="stylesheet" type="text/css" />
41.png