⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 headlinks.txt.php

📁 类似youtube的视频分享网站源码。有后台管理系统及模板
💻 PHP
字号:
<?php
  /********************************************************************
    This is the main links array... u have to put the values in this
    array.

    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 ==> Does this Link have sub tree of links
          0 = No sub links
          1 = Sub Links
  ********************************************************************/

  $HeadLinksArray = array (
        //it should be not more then 6 or less then 1
        //array("My Home","main.php",0,""),
        array("Users","main.php?active=Users",1,"userlinks.txt.php"),
        array("Videos","main.php?active=Videos",1,"userlinks.txt.php"),
  	    
        array("Channels","main.php?active=Channels",1,"channellinks.txt.php"),
        array("Groups","main.php?active=Groups",1,"grouplinks.txt.php"),
        array("Settings","main.php?active=Settings",1,"settinglinks.txt.php"),
  );
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -