Advertisement
snapdeus

Untitled

Mar 28th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.42 KB | None | 0 0
  1. <?
  2. $aMenuLinks = Array(
  3.     Array(
  4.         "Все пользователи",
  5.         "/people/",
  6.         Array(),
  7.         Array(),
  8.         ""
  9.     ),
  10.     /*
  11.     Array(
  12.         "Форумы",
  13.         "/communication/forums/",
  14.         Array(),
  15.         Array(),
  16.         ""
  17.     ),
  18.     */
  19.     Array(
  20.         "Все Блоги",
  21.         "/blog/?list=true",
  22.         Array(),
  23.         Array(),
  24.         ""
  25.     ),
  26.     Array(
  27.         "Лента блогов",
  28.         "/blog_feed/",
  29.         Array(),
  30.         Array(),
  31.         ""
  32.     )
  33. );
  34. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement