文件操作 - social.php
返回文件管理
返回主菜单
删除本文件
文件: /home/tecnoht/public_html/fratellibartesaghi--it/wp-content/themes/architek/lib/options/social.php
编辑文件内容
<?php $architek_general_options= array( array( "name" => "Social Networks", "type" => "title", "img" => ARCHITEK_IMAGES_URL."icon_general.png" ), ( defined('ARCHITEK_PLG_ACTIVE') === true ? array( "type" => "open", "subtitles"=>array(array("id"=>"social", "name"=>"Social Icons"), array("id"=>"twitter", "name" => "Twitter"), array("id"=>"instagram", "name" => "Instagram")) ) : array( "type" => "open", "subtitles"=>array(array("id"=>"social", "name"=>"Social Icons")) ) ), array( "type" => "subtitle", "id"=>'instagram' ), array( "name" => "Display Instagram on Footer?", "id" => "architek_display_instagram_footer", "type" => "checkbox", "std" => 'off', "desc" => "Displays your latest Instagram photos on the footer." ), array( "Authorize Instagram", "id" => "architek_authorize_instagram", "type" => "architek_insta_authorize", ), array( "name" => "Title", "id" => "architek_instagram_title", "type" => "text", "std" => "INSTAGRAM @UPPER" ), array( "name" => "Number of photos", "id" => "architek_instagram_limit", "type" => "text", "std" => "12" ), array( "name" => "Open Links in:", "id" => "architek_instagram_target", "type" => "select", "options" => array(array('id'=>'_self', 'name'=>'Current Window (self)'), array('id'=>'_blank','name'=>'New Window (blank)')), "std" => '_self' ), array( "name" => "Link text", "id" => "architek_instagram_link", "type" => "text", "std" => "Follow me!" ), array( "type" => "close" ), /* ------------------------------------------------------------------------* * Top Panel * ------------------------------------------------------------------------*/ array( "type" => "subtitle", "id"=>'social' ), array( "type" => "documentation", "text" => "<h3>Social Icons</h3>" ), array( "name" => "Facebook Icon", "id" => "architek_icon-facebook", "type" => "text", "desc" => "Enter full url ex: http://facebook.com/UpperThemes", "std" => "" ), array( "name" => "Twitter Icon", "id" => "architek_icon-twitter", "type" => "text", "std" => "" ), array( "name" => "Tumblr Icon", "id" => "architek_icon-tumblr", "type" => "text", "std" => "" ), array( "name" => "Stumble Upon Icon", "id" => "architek_icon-stumbleupon", "type" => "text", "std" => "" ), array( "name" => "Flickr Icon", "id" => "architek_icon-flickr", "type" => "text", "std" => "" ), array( "name" => "LinkedIn Icon", "id" => "architek_icon-linkedin", "type" => "text", "std" => "" ), array( "name" => "Delicious Icon", "id" => "architek_icon-delicious", "type" => "text", "std" => "" ), array( "name" => "Skype Icon", "id" => "architek_icon-skype", "type" => "text", "desc" => "For a directly call to your Skype, add the following code. skype:username?call", "std" => "" ), array( "name" => "Digg Icon", "id" => "architek_icon-digg", "type" => "text", "std" => "" ), array( "name" => "Google Icon", "id" => "architek_icon-google-plus", "type" => "text", "std" => "" ), array( "name" => "Vimeo Icon", "id" => "architek_icon-vimeo-square", "type" => "text", "std" => "" ), array( "name" => "DeviantArt Icon", "id" => "architek_icon-deviantart", "type" => "text", "std" => "" ), array( "name" => "Behance Icon", "id" => "architek_icon-behance", "type" => "text", "std" => "" ), array( "name" => "Instagram Icon", "id" => "architek_icon-instagram", "type" => "text", "std" => "" ), array( "name" => "Blogger Icon", "id" => "architek_icon-blogger", "type" => "text", "std" => "" ), array( "name" => "WordPress Icon", "id" => "architek_icon-wordpress", "type" => "text", "std" => "" ), array( "name" => "Youtube Icon", "id" => "architek_icon-youtube", "type" => "text", "std" => "" ), array( "name" => "Reddit Icon", "id" => "architek_icon-reddit", "type" => "text", "std" => "" ), array( "name" => "RSS Icon", "id" => "architek_icon-rss", "type" => "text", "std" => "" ), array( "name" => "SoundCloud Icon", "id" => "architek_icon-soundcloud", "type" => "text", "std" => "" ), array( "name" => "Pinterest Icon", "id" => "architek_icon-pinterest", "type" => "text", "std" => "" ), array( "name" => "Dribbble Icon", "id" => "architek_icon-dribbble", "type" => "text", "std" => "" ), array( "type" => "close" ), /* twitter options */ array( "type" => "subtitle", "id"=>'twitter' ), array( "type" => "documentation", "text" => "<h3>Twitter Scroller</h3>" ), array( "name" => "Twitter Username", "id" => "architek_twitter_username", "type" => "text", "std" => '' ), array( "name" => "Twitter App Consumer Key", "id" => "twitter_consumer_key", "type" => "text" ), array( "name" => "Twitter App Consumer Secret", "id" => "twitter_consumer_secret", "type" => "text" ), array( "name" => "Twitter App Access Token", "id" => "twitter_user_token", "type" => "text" ), array( "name" => "Twitter App Access Token Secret", "id" => "twitter_user_secret", "type" => "text" ), array( "name" => "Number Tweets", "id" => "architek_twitter_number_tweets", "type" => "text", "std" => '5' ), array( "type" => "close" ), /*close array*/ array( "type" => "close" )); architek_add_options($architek_general_options); ?>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件