PageRenderTime 64ms CodeModel.GetById 13ms RepoModel.GetById 1ms app.codeStats 0ms

/cache/production/twig/8b/8bc8ee5124fb3a563e36002dea268792a434ba8cba23b2cfe52889f20a98e84f.php

https://bitbucket.org/robotstart/sebastien
PHP | 590 lines | 471 code | 18 blank | 101 comment | 29 complexity | a24ff1a034cc30470d98bcbbc7f0bc16 MD5 | raw file
Possible License(s): AGPL-1.0, BSD-3-Clause
  1. <?php
  2. /* navbar_header.html */
  3. class __TwigTemplate_5902d246d11e48c7c304982109871d7b1fbf2de29d1e5b6202a35b571a439478 extends Twig_Template
  4. {
  5. public function __construct(Twig_Environment $env)
  6. {
  7. parent::__construct($env);
  8. $this->parent = false;
  9. $this->blocks = array(
  10. );
  11. }
  12. protected function doDisplay(array $context, array $blocks = array())
  13. {
  14. // line 1
  15. echo "<div class=\"navbar\" role=\"navigation\">
  16. \t<div class=\"inner\">
  17. \t<ul id=\"nav-main\" class=\"nav-main linklist\" role=\"menubar\">
  18. \t\t<li id=\"quick-links\" class=\"quick-links dropdown-container responsive-menu";
  19. // line 6
  20. if (( !(isset($context["S_DISPLAY_QUICK_LINKS"]) ? $context["S_DISPLAY_QUICK_LINKS"] : null) && !(isset($context["S_DISPLAY_SEARCH"]) ? $context["S_DISPLAY_SEARCH"] : null))) {
  21. echo " hidden";
  22. }
  23. echo "\" data-skip-responsive=\"true\">
  24. \t\t\t<a href=\"#\" class=\"dropdown-trigger\">
  25. \t\t\t\t<i class=\"icon fa-bars fa-fw\" aria-hidden=\"true\"></i><span>";
  26. // line 8
  27. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("QUICK_LINKS");
  28. echo "</span>
  29. \t\t\t</a>
  30. \t\t\t<div class=\"dropdown\">
  31. \t\t\t\t<div class=\"pointer\"><div class=\"pointer-inner\"></div></div>
  32. \t\t\t\t<ul class=\"dropdown-contents\" role=\"menu\">
  33. \t\t\t\t\t";
  34. // line 13
  35. // line 14
  36. echo "
  37. \t\t\t\t\t";
  38. // line 15
  39. if ((isset($context["S_DISPLAY_SEARCH"]) ? $context["S_DISPLAY_SEARCH"] : null)) {
  40. // line 16
  41. echo "\t\t\t\t\t\t<li class=\"separator\"></li>
  42. \t\t\t\t\t\t";
  43. // line 17
  44. if ((isset($context["S_REGISTERED_USER"]) ? $context["S_REGISTERED_USER"] : null)) {
  45. // line 18
  46. echo "\t\t\t\t\t\t\t<li>
  47. \t\t\t\t\t\t\t\t<a href=\"";
  48. // line 19
  49. echo (isset($context["U_SEARCH_SELF"]) ? $context["U_SEARCH_SELF"] : null);
  50. echo "\" role=\"menuitem\">
  51. \t\t\t\t\t\t\t\t\t<i class=\"icon fa-file-o fa-fw icon-gray\" aria-hidden=\"true\"></i><span>";
  52. // line 20
  53. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("SEARCH_SELF");
  54. echo "</span>
  55. \t\t\t\t\t\t\t\t</a>
  56. \t\t\t\t\t\t\t</li>
  57. \t\t\t\t\t\t";
  58. }
  59. // line 24
  60. echo "\t\t\t\t\t\t";
  61. if ((isset($context["S_USER_LOGGED_IN"]) ? $context["S_USER_LOGGED_IN"] : null)) {
  62. // line 25
  63. echo "\t\t\t\t\t\t\t<li>
  64. \t\t\t\t\t\t\t\t<a href=\"";
  65. // line 26
  66. echo (isset($context["U_SEARCH_NEW"]) ? $context["U_SEARCH_NEW"] : null);
  67. echo "\" role=\"menuitem\">
  68. \t\t\t\t\t\t\t\t\t<i class=\"icon fa-file-o fa-fw icon-red\" aria-hidden=\"true\"></i><span>";
  69. // line 27
  70. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("SEARCH_NEW");
  71. echo "</span>
  72. \t\t\t\t\t\t\t\t</a>
  73. \t\t\t\t\t\t\t</li>
  74. \t\t\t\t\t\t";
  75. }
  76. // line 31
  77. echo "\t\t\t\t\t\t";
  78. if ((isset($context["S_LOAD_UNREADS"]) ? $context["S_LOAD_UNREADS"] : null)) {
  79. // line 32
  80. echo "\t\t\t\t\t\t\t<li>
  81. \t\t\t\t\t\t\t\t<a href=\"";
  82. // line 33
  83. echo (isset($context["U_SEARCH_UNREAD"]) ? $context["U_SEARCH_UNREAD"] : null);
  84. echo "\" role=\"menuitem\">
  85. \t\t\t\t\t\t\t\t\t<i class=\"icon fa-file-o fa-fw icon-red\" aria-hidden=\"true\"></i><span>";
  86. // line 34
  87. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("SEARCH_UNREAD");
  88. echo "</span>
  89. \t\t\t\t\t\t\t\t</a>
  90. \t\t\t\t\t\t\t</li>
  91. \t\t\t\t\t\t";
  92. }
  93. // line 38
  94. echo "\t\t\t\t\t\t\t<li>
  95. \t\t\t\t\t\t\t\t<a href=\"";
  96. // line 39
  97. echo (isset($context["U_SEARCH_UNANSWERED"]) ? $context["U_SEARCH_UNANSWERED"] : null);
  98. echo "\" role=\"menuitem\">
  99. \t\t\t\t\t\t\t\t\t<i class=\"icon fa-file-o fa-fw icon-gray\" aria-hidden=\"true\"></i><span>";
  100. // line 40
  101. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("SEARCH_UNANSWERED");
  102. echo "</span>
  103. \t\t\t\t\t\t\t\t</a>
  104. \t\t\t\t\t\t\t</li>
  105. \t\t\t\t\t\t\t<li>
  106. \t\t\t\t\t\t\t\t<a href=\"";
  107. // line 44
  108. echo (isset($context["U_SEARCH_ACTIVE_TOPICS"]) ? $context["U_SEARCH_ACTIVE_TOPICS"] : null);
  109. echo "\" role=\"menuitem\">
  110. \t\t\t\t\t\t\t\t\t<i class=\"icon fa-file-o fa-fw icon-blue\" aria-hidden=\"true\"></i><span>";
  111. // line 45
  112. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("SEARCH_ACTIVE_TOPICS");
  113. echo "</span>
  114. \t\t\t\t\t\t\t\t</a>
  115. \t\t\t\t\t\t\t</li>
  116. \t\t\t\t\t\t\t<li class=\"separator\"></li>
  117. \t\t\t\t\t\t\t<li>
  118. \t\t\t\t\t\t\t\t<a href=\"";
  119. // line 50
  120. echo (isset($context["U_SEARCH"]) ? $context["U_SEARCH"] : null);
  121. echo "\" role=\"menuitem\">
  122. \t\t\t\t\t\t\t\t\t<i class=\"icon fa-search fa-fw\" aria-hidden=\"true\"></i><span>";
  123. // line 51
  124. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("SEARCH");
  125. echo "</span>
  126. \t\t\t\t\t\t\t\t</a>
  127. \t\t\t\t\t\t\t</li>
  128. \t\t\t\t\t";
  129. }
  130. // line 55
  131. echo "
  132. \t\t\t\t\t";
  133. // line 56
  134. if (( !(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null) && ((isset($context["S_DISPLAY_MEMBERLIST"]) ? $context["S_DISPLAY_MEMBERLIST"] : null) || (isset($context["U_TEAM"]) ? $context["U_TEAM"] : null)))) {
  135. // line 57
  136. echo "\t\t\t\t\t\t<li class=\"separator\"></li>
  137. \t\t\t\t\t\t";
  138. // line 58
  139. if ((isset($context["S_DISPLAY_MEMBERLIST"]) ? $context["S_DISPLAY_MEMBERLIST"] : null)) {
  140. // line 59
  141. echo "\t\t\t\t\t\t\t<li>
  142. \t\t\t\t\t\t\t\t<a href=\"";
  143. // line 60
  144. echo (isset($context["U_MEMBERLIST"]) ? $context["U_MEMBERLIST"] : null);
  145. echo "\" role=\"menuitem\">
  146. \t\t\t\t\t\t\t\t\t<i class=\"icon fa-group fa-fw\" aria-hidden=\"true\"></i><span>";
  147. // line 61
  148. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("MEMBERLIST");
  149. echo "</span>
  150. \t\t\t\t\t\t\t\t</a>
  151. \t\t\t\t\t\t\t</li>
  152. \t\t\t\t\t\t";
  153. }
  154. // line 65
  155. echo "\t\t\t\t\t\t";
  156. if ((isset($context["U_TEAM"]) ? $context["U_TEAM"] : null)) {
  157. // line 66
  158. echo "\t\t\t\t\t\t\t<li>
  159. \t\t\t\t\t\t\t\t<a href=\"";
  160. // line 67
  161. echo (isset($context["U_TEAM"]) ? $context["U_TEAM"] : null);
  162. echo "\" role=\"menuitem\">
  163. \t\t\t\t\t\t\t\t\t<i class=\"icon fa-shield fa-fw\" aria-hidden=\"true\"></i><span>";
  164. // line 68
  165. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("THE_TEAM");
  166. echo "</span>
  167. \t\t\t\t\t\t\t\t</a>
  168. \t\t\t\t\t\t\t</li>
  169. \t\t\t\t\t\t";
  170. }
  171. // line 72
  172. echo "\t\t\t\t\t";
  173. }
  174. // line 73
  175. echo "\t\t\t\t\t<li class=\"separator\"></li>
  176. \t\t\t\t\t";
  177. // line 75
  178. // line 76
  179. echo "\t\t\t\t</ul>
  180. \t\t\t</div>
  181. \t\t</li>
  182. \t\t";
  183. // line 80
  184. // line 81
  185. echo "\t\t<li ";
  186. if ( !(isset($context["S_USER_LOGGED_IN"]) ? $context["S_USER_LOGGED_IN"] : null)) {
  187. echo "data-skip-responsive=\"true\"";
  188. } else {
  189. echo "data-last-responsive=\"true\"";
  190. }
  191. echo ">
  192. \t\t\t<a href=\"";
  193. // line 82
  194. echo (isset($context["U_FAQ"]) ? $context["U_FAQ"] : null);
  195. echo "\" rel=\"help\" title=\"";
  196. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("FAQ_EXPLAIN");
  197. echo "\" role=\"menuitem\">
  198. \t\t\t\t<i class=\"icon fa-question-circle fa-fw\" aria-hidden=\"true\"></i><span>";
  199. // line 83
  200. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("FAQ");
  201. echo "</span>
  202. \t\t\t</a>
  203. \t\t</li>
  204. \t\t";
  205. // line 86
  206. // line 87
  207. echo "\t\t";
  208. if ((isset($context["U_ACP"]) ? $context["U_ACP"] : null)) {
  209. // line 88
  210. echo "\t\t\t<li data-last-responsive=\"true\">
  211. \t\t\t\t<a href=\"";
  212. // line 89
  213. echo (isset($context["U_ACP"]) ? $context["U_ACP"] : null);
  214. echo "\" title=\"";
  215. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("ACP");
  216. echo "\" role=\"menuitem\">
  217. \t\t\t\t\t<i class=\"icon fa-cogs fa-fw\" aria-hidden=\"true\"></i><span>";
  218. // line 90
  219. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("ACP_SHORT");
  220. echo "</span>
  221. \t\t\t\t</a>
  222. \t\t\t</li>
  223. \t\t";
  224. }
  225. // line 94
  226. echo "\t\t";
  227. if ((isset($context["U_MCP"]) ? $context["U_MCP"] : null)) {
  228. // line 95
  229. echo "\t\t\t<li data-last-responsive=\"true\">
  230. \t\t\t\t<a href=\"";
  231. // line 96
  232. echo (isset($context["U_MCP"]) ? $context["U_MCP"] : null);
  233. echo "\" title=\"";
  234. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("MCP");
  235. echo "\" role=\"menuitem\">
  236. \t\t\t\t\t<i class=\"icon fa-gavel fa-fw\" aria-hidden=\"true\"></i><span>";
  237. // line 97
  238. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("MCP_SHORT");
  239. echo "</span>
  240. \t\t\t\t</a>
  241. \t\t\t</li>
  242. \t\t";
  243. }
  244. // line 101
  245. echo "
  246. \t";
  247. // line 102
  248. if ((isset($context["S_REGISTERED_USER"]) ? $context["S_REGISTERED_USER"] : null)) {
  249. // line 103
  250. echo "\t\t";
  251. // line 104
  252. echo "\t\t<li id=\"username_logged_in\" class=\"rightside ";
  253. if ((isset($context["CURRENT_USER_AVATAR"]) ? $context["CURRENT_USER_AVATAR"] : null)) {
  254. echo " no-bulletin";
  255. }
  256. echo "\" data-skip-responsive=\"true\">
  257. \t\t\t";
  258. // line 105
  259. // line 106
  260. echo "\t\t\t<div class=\"header-profile dropdown-container\">
  261. \t\t\t\t<a href=\"";
  262. // line 107
  263. echo (isset($context["U_PROFILE"]) ? $context["U_PROFILE"] : null);
  264. echo "\" class=\"header-avatar dropdown-trigger\">";
  265. if ((isset($context["CURRENT_USER_AVATAR"]) ? $context["CURRENT_USER_AVATAR"] : null)) {
  266. echo (isset($context["CURRENT_USER_AVATAR"]) ? $context["CURRENT_USER_AVATAR"] : null);
  267. echo " ";
  268. }
  269. echo " ";
  270. echo (isset($context["CURRENT_USERNAME_SIMPLE"]) ? $context["CURRENT_USERNAME_SIMPLE"] : null);
  271. echo "</a>
  272. \t\t\t\t<div class=\"dropdown\">
  273. \t\t\t\t\t<div class=\"pointer\"><div class=\"pointer-inner\"></div></div>
  274. \t\t\t\t\t<ul class=\"dropdown-contents\" role=\"menu\">
  275. \t\t\t\t\t\t";
  276. // line 111
  277. if ((isset($context["U_RESTORE_PERMISSIONS"]) ? $context["U_RESTORE_PERMISSIONS"] : null)) {
  278. // line 112
  279. echo "\t\t\t\t\t\t\t<li>
  280. \t\t\t\t\t\t\t\t<a href=\"";
  281. // line 113
  282. echo (isset($context["U_RESTORE_PERMISSIONS"]) ? $context["U_RESTORE_PERMISSIONS"] : null);
  283. echo "\">
  284. \t\t\t\t\t\t\t\t\t<i class=\"icon fa-refresh fa-fw\" aria-hidden=\"true\"></i><span>";
  285. // line 114
  286. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("RESTORE_PERMISSIONS");
  287. echo "</span>
  288. \t\t\t\t\t\t\t\t</a>
  289. \t\t\t\t\t\t\t</li>
  290. \t\t\t\t\t\t";
  291. }
  292. // line 118
  293. echo "
  294. \t\t\t\t\t";
  295. // line 119
  296. // line 120
  297. echo "
  298. \t\t\t\t\t\t<li>
  299. \t\t\t\t\t\t\t<a href=\"";
  300. // line 122
  301. echo (isset($context["U_PROFILE"]) ? $context["U_PROFILE"] : null);
  302. echo "\" title=\"";
  303. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("PROFILE");
  304. echo "\" role=\"menuitem\">
  305. \t\t\t\t\t\t\t\t<i class=\"icon fa-sliders fa-fw\" aria-hidden=\"true\"></i><span>";
  306. // line 123
  307. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("PROFILE");
  308. echo "</span>
  309. \t\t\t\t\t\t\t</a>
  310. \t\t\t\t\t\t</li>
  311. \t\t\t\t\t\t<li>
  312. \t\t\t\t\t\t\t<a href=\"";
  313. // line 127
  314. echo (isset($context["U_USER_PROFILE"]) ? $context["U_USER_PROFILE"] : null);
  315. echo "\" title=\"";
  316. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("READ_PROFILE");
  317. echo "\" role=\"menuitem\">
  318. \t\t\t\t\t\t\t\t<i class=\"icon fa-user fa-fw\" aria-hidden=\"true\"></i><span>";
  319. // line 128
  320. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("READ_PROFILE");
  321. echo "</span>
  322. \t\t\t\t\t\t\t</a>
  323. \t\t\t\t\t\t</li>
  324. \t\t\t\t\t\t";
  325. // line 132
  326. // line 133
  327. echo "
  328. \t\t\t\t\t\t<li class=\"separator\"></li>
  329. \t\t\t\t\t\t<li>
  330. \t\t\t\t\t\t\t<a href=\"";
  331. // line 136
  332. echo (isset($context["U_LOGIN_LOGOUT"]) ? $context["U_LOGIN_LOGOUT"] : null);
  333. echo "\" title=\"";
  334. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("LOGIN_LOGOUT");
  335. echo "\" accesskey=\"x\" role=\"menuitem\">
  336. \t\t\t\t\t\t\t\t<i class=\"icon fa-power-off fa-fw\" aria-hidden=\"true\"></i><span>";
  337. // line 137
  338. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("LOGIN_LOGOUT");
  339. echo "</span>
  340. \t\t\t\t\t\t\t</a>
  341. \t\t\t\t\t\t</li>
  342. \t\t\t\t\t</ul>
  343. \t\t\t\t</div>
  344. \t\t\t</div>
  345. \t\t\t";
  346. // line 143
  347. // line 144
  348. echo "\t\t</li>
  349. \t\t";
  350. // line 145
  351. if ((isset($context["S_DISPLAY_PM"]) ? $context["S_DISPLAY_PM"] : null)) {
  352. // line 146
  353. echo "\t\t\t<li class=\"rightside\" data-skip-responsive=\"true\">
  354. \t\t\t\t<a href=\"";
  355. // line 147
  356. echo (isset($context["U_PRIVATEMSGS"]) ? $context["U_PRIVATEMSGS"] : null);
  357. echo "\" role=\"menuitem\">
  358. \t\t\t\t\t<i class=\"icon fa-inbox fa-fw\" aria-hidden=\"true\"></i><span>";
  359. // line 148
  360. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("PRIVATE_MESSAGES");
  361. echo " </span><strong class=\"badge";
  362. if ( !(isset($context["PRIVATE_MESSAGE_COUNT"]) ? $context["PRIVATE_MESSAGE_COUNT"] : null)) {
  363. echo " hidden";
  364. }
  365. echo "\">";
  366. echo (isset($context["PRIVATE_MESSAGE_COUNT"]) ? $context["PRIVATE_MESSAGE_COUNT"] : null);
  367. echo "</strong>
  368. \t\t\t\t</a>
  369. \t\t\t</li>
  370. \t\t";
  371. }
  372. // line 152
  373. echo "\t\t";
  374. if ((isset($context["S_NOTIFICATIONS_DISPLAY"]) ? $context["S_NOTIFICATIONS_DISPLAY"] : null)) {
  375. // line 153
  376. echo "\t\t\t<li class=\"dropdown-container dropdown-";
  377. echo (isset($context["S_CONTENT_FLOW_END"]) ? $context["S_CONTENT_FLOW_END"] : null);
  378. echo " rightside\" data-skip-responsive=\"true\">
  379. \t\t\t\t<a href=\"";
  380. // line 154
  381. echo (isset($context["U_VIEW_ALL_NOTIFICATIONS"]) ? $context["U_VIEW_ALL_NOTIFICATIONS"] : null);
  382. echo "\" id=\"notification_list_button\" class=\"dropdown-trigger\">
  383. \t\t\t\t\t<i class=\"icon fa-bell fa-fw\" aria-hidden=\"true\"></i><span>";
  384. // line 155
  385. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("NOTIFICATIONS");
  386. echo " </span><strong class=\"badge";
  387. if ( !(isset($context["NOTIFICATIONS_COUNT"]) ? $context["NOTIFICATIONS_COUNT"] : null)) {
  388. echo " hidden";
  389. }
  390. echo "\">";
  391. echo (isset($context["NOTIFICATIONS_COUNT"]) ? $context["NOTIFICATIONS_COUNT"] : null);
  392. echo "</strong>
  393. \t\t\t\t</a>
  394. \t\t\t\t";
  395. // line 157
  396. $location = "notification_dropdown.html";
  397. $namespace = false;
  398. if (strpos($location, '@') === 0) {
  399. $namespace = substr($location, 1, strpos($location, '/') - 1);
  400. $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
  401. $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
  402. }
  403. $this->loadTemplate("notification_dropdown.html", "navbar_header.html", 157)->display($context);
  404. if ($namespace) {
  405. $this->env->setNamespaceLookUpOrder($previous_look_up_order);
  406. }
  407. // line 158
  408. echo "\t\t\t</li>
  409. \t\t";
  410. }
  411. // line 160
  412. echo "\t\t";
  413. // line 161
  414. echo "\t";
  415. } else {
  416. // line 162
  417. echo "\t\t<li class=\"rightside\" data-skip-responsive=\"true\">
  418. \t\t\t<a href=\"";
  419. // line 163
  420. echo (isset($context["U_LOGIN_LOGOUT"]) ? $context["U_LOGIN_LOGOUT"] : null);
  421. echo "\" title=\"";
  422. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("LOGIN_LOGOUT");
  423. echo "\" accesskey=\"x\" role=\"menuitem\">
  424. \t\t\t\t<i class=\"icon fa-power-off fa-fw\" aria-hidden=\"true\"></i><span>";
  425. // line 164
  426. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("LOGIN_LOGOUT");
  427. echo "</span>
  428. \t\t\t</a>
  429. \t\t</li>
  430. \t\t";
  431. // line 167
  432. if (((isset($context["S_REGISTER_ENABLED"]) ? $context["S_REGISTER_ENABLED"] : null) && !((isset($context["S_SHOW_COPPA"]) ? $context["S_SHOW_COPPA"] : null) || (isset($context["S_REGISTRATION"]) ? $context["S_REGISTRATION"] : null)))) {
  433. // line 168
  434. echo "\t\t\t<li class=\"rightside\" data-skip-responsive=\"true\">
  435. \t\t\t\t<a href=\"";
  436. // line 169
  437. echo (isset($context["U_REGISTER"]) ? $context["U_REGISTER"] : null);
  438. echo "\" role=\"menuitem\">
  439. \t\t\t\t\t<i class=\"icon fa-pencil-square-o fa-fw\" aria-hidden=\"true\"></i><span>";
  440. // line 170
  441. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("REGISTER");
  442. echo "</span>
  443. \t\t\t\t</a>
  444. \t\t\t</li>
  445. \t\t";
  446. }
  447. // line 174
  448. echo "\t\t";
  449. // line 175
  450. echo "\t";
  451. }
  452. // line 176
  453. echo "\t</ul>
  454. \t<ul id=\"nav-breadcrumbs\" class=\"nav-breadcrumbs linklist navlinks\" role=\"menubar\">
  455. \t\t";
  456. // line 179
  457. $value = " itemtype=\"http://data-vocabulary.org/Breadcrumb\" itemscope=\"\"";
  458. $context['definition']->set('MICRODATA', $value);
  459. // line 180
  460. echo "\t\t";
  461. // line 181
  462. echo "\t\t<li class=\"breadcrumbs\">
  463. \t\t\t";
  464. // line 182
  465. if ((isset($context["U_SITE_HOME"]) ? $context["U_SITE_HOME"] : null)) {
  466. // line 183
  467. echo "\t\t\t\t<span class=\"crumb\" ";
  468. echo $this->getAttribute((isset($context["definition"]) ? $context["definition"] : null), "MICRODATA", array());
  469. echo "><a href=\"";
  470. echo (isset($context["U_SITE_HOME"]) ? $context["U_SITE_HOME"] : null);
  471. echo "\" itemprop=\"url\" data-navbar-reference=\"home\"><i class=\"icon fa-home fa-fw\" aria-hidden=\"true\"></i><span itemprop=\"title\">";
  472. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("SITE_HOME");
  473. echo "</span></a></span>
  474. \t\t\t";
  475. }
  476. // line 185
  477. echo "\t\t\t";
  478. // line 186
  479. echo "\t\t\t\t<span class=\"crumb\" ";
  480. echo $this->getAttribute((isset($context["definition"]) ? $context["definition"] : null), "MICRODATA", array());
  481. echo "><a href=\"";
  482. echo (isset($context["U_INDEX"]) ? $context["U_INDEX"] : null);
  483. echo "\" itemprop=\"url\" accesskey=\"h\" data-navbar-reference=\"index\">";
  484. if ( !(isset($context["U_SITE_HOME"]) ? $context["U_SITE_HOME"] : null)) {
  485. echo "<i class=\"icon fa-home fa-fw\"></i>";
  486. }
  487. echo "<span itemprop=\"title\">";
  488. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("INDEX");
  489. echo "</span></a></span>
  490. \t\t\t";
  491. // line 188
  492. $context['_parent'] = $context;
  493. $context['_seq'] = twig_ensure_traversable($this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "navlinks", array()));
  494. foreach ($context['_seq'] as $context["_key"] => $context["navlinks"]) {
  495. // line 189
  496. echo "\t\t\t\t";
  497. // line 190
  498. echo "\t\t\t\t<span class=\"crumb\" ";
  499. echo $this->getAttribute((isset($context["definition"]) ? $context["definition"] : null), "MICRODATA", array());
  500. if ($this->getAttribute($context["navlinks"], "MICRODATA", array())) {
  501. echo " ";
  502. echo $this->getAttribute($context["navlinks"], "MICRODATA", array());
  503. }
  504. echo "><a href=\"";
  505. echo $this->getAttribute($context["navlinks"], "U_VIEW_FORUM", array());
  506. echo "\" itemprop=\"url\"><span itemprop=\"title\">";
  507. echo $this->getAttribute($context["navlinks"], "FORUM_NAME", array());
  508. echo "</span></a></span>
  509. \t\t\t\t";
  510. // line 191
  511. // line 192
  512. echo "\t\t\t";
  513. }
  514. $_parent = $context['_parent'];
  515. unset($context['_seq'], $context['_iterated'], $context['_key'], $context['navlinks'], $context['_parent'], $context['loop']);
  516. $context = array_intersect_key($context, $_parent) + $_parent;
  517. // line 193
  518. echo "\t\t\t";
  519. // line 194
  520. echo "\t\t</li>
  521. \t\t";
  522. // line 195
  523. // line 196
  524. echo "
  525. \t\t";
  526. // line 197
  527. if (((isset($context["S_DISPLAY_SEARCH"]) ? $context["S_DISPLAY_SEARCH"] : null) && !(isset($context["S_IN_SEARCH"]) ? $context["S_IN_SEARCH"] : null))) {
  528. // line 198
  529. echo "\t\t\t<li class=\"rightside responsive-search\">
  530. \t\t\t\t<a href=\"";
  531. // line 199
  532. echo (isset($context["U_SEARCH"]) ? $context["U_SEARCH"] : null);
  533. echo "\" title=\"";
  534. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("SEARCH_ADV_EXPLAIN");
  535. echo "\" role=\"menuitem\">
  536. \t\t\t\t\t<i class=\"icon fa-search fa-fw\" aria-hidden=\"true\"></i><span class=\"sr-only\">";
  537. // line 200
  538. echo $this->env->getExtension('phpbb\template\twig\extension')->lang("SEARCH");
  539. echo "</span>
  540. \t\t\t\t</a>
  541. \t\t\t</li>
  542. \t\t";
  543. }
  544. // line 204
  545. echo "\t</ul>
  546. \t</div>
  547. </div>
  548. ";
  549. }
  550. public function getTemplateName()
  551. {
  552. return "navbar_header.html";
  553. }
  554. public function isTraitable()
  555. {
  556. return false;
  557. }
  558. public function getDebugInfo()
  559. {
  560. return array ( 556 => 204, 549 => 200, 543 => 199, 540 => 198, 538 => 197, 535 => 196, 534 => 195, 531 => 194, 529 => 193, 523 => 192, 522 => 191, 509 => 190, 507 => 189, 503 => 188, 489 => 186, 487 => 185, 477 => 183, 475 => 182, 472 => 181, 470 => 180, 467 => 179, 462 => 176, 459 => 175, 457 => 174, 450 => 170, 446 => 169, 443 => 168, 441 => 167, 435 => 164, 429 => 163, 426 => 162, 423 => 161, 421 => 160, 417 => 158, 405 => 157, 394 => 155, 390 => 154, 385 => 153, 382 => 152, 369 => 148, 365 => 147, 362 => 146, 360 => 145, 357 => 144, 356 => 143, 347 => 137, 341 => 136, 336 => 133, 335 => 132, 328 => 128, 322 => 127, 315 => 123, 309 => 122, 305 => 120, 304 => 119, 301 => 118, 294 => 114, 290 => 113, 287 => 112, 285 => 111, 271 => 107, 268 => 106, 267 => 105, 260 => 104, 258 => 103, 256 => 102, 253 => 101, 246 => 97, 240 => 96, 237 => 95, 234 => 94, 227 => 90, 221 => 89, 218 => 88, 215 => 87, 214 => 86, 208 => 83, 202 => 82, 193 => 81, 192 => 80, 186 => 76, 185 => 75, 181 => 73, 178 => 72, 171 => 68, 167 => 67, 164 => 66, 161 => 65, 154 => 61, 150 => 60, 147 => 59, 145 => 58, 142 => 57, 140 => 56, 137 => 55, 130 => 51, 126 => 50, 118 => 45, 114 => 44, 107 => 40, 103 => 39, 100 => 38, 93 => 34, 89 => 33, 86 => 32, 83 => 31, 76 => 27, 72 => 26, 69 => 25, 66 => 24, 59 => 20, 55 => 19, 52 => 18, 50 => 17, 47 => 16, 45 => 15, 42 => 14, 41 => 13, 33 => 8, 26 => 6, 19 => 1,);
  561. }
  562. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  563. public function getSource()
  564. {
  565. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  566. return $this->getSourceContext()->getCode();
  567. }
  568. public function getSourceContext()
  569. {
  570. return new Twig_Source("", "navbar_header.html", "");
  571. }
  572. }