文件操作 - data.php
返回文件管理
返回主菜单
删除本文件
文件: /home/tecnoht/public_html/fratellibartesaghi--it/wp-content/themes/architek/lib/options/data.php
编辑文件内容
<?php $architek_general_options= array( array( "name" => "Import / Export Options", "type" => "title", "img" => ARCHITEK_IMAGES_URL."icon_general.png" ), array( "type" => "open", "subtitles"=>array(array("id"=>"impexp", "name"=>"Import / Export Options")) ), /* ------------------------------------------------------------------------* * Top Panel * ------------------------------------------------------------------------*/ array( "type" => "subtitle", "id"=>'impexp' ), array( "type" => "documentation", "text" => "<h3>Export Options</h3>" ), array( "name" => "Export Options", "id" => "architek_export_options", "type" => "custom", "button_text" => 'Save Options as...', "desc" => "Creates a File containing all your current Panel Options.", "fields" => array() ), array( "type" => "documentation", "text" => "<h3>Import Options</h3>" ), array( "name" => "Import Options", "id" => "architek_import_options", "type" => "upload", "desc" => "Load Panel Options from a previously created file." ), array( "type" => "documentation", "text" => "<h3>Reset Options</h3>" ), array( "name" => "Restore Options", "id" => "architek_reset_options", "type" => "custom", "button_text" => 'Reset Panel Options', "desc" => "Restore all the Panel Options to their original value.", "fields" => array() ), /*close array*/ array( "type" => "close" ), array( "type" => "close" )); architek_add_options($architek_general_options); ?>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件