?? audiolinks.txt.php
字號:
<?php
$MainLinksArray = array (
array("Audio Management","#",1) ,
array("Options","#",1)
);
/********************************************************************
This is the child links array.
Paramters to be passed
0 ==> Title of the link
1 ==> The url to be passed
Note:
In this parameter if u want to include a subtree of links
then put a # in this location
2 ==> The Main Link ID
********************************************************************/
$ChildLinksArray = array(
array("All","audios.php",0),
array("Public","audios.php?a=public",0),
array("Private","audios.php?a=private",0),
array("Search","audios.php?a=Search",1)
);
?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -