![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/vendor/knplabs/gaufrette/doc/website/ |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{{ title }}</title> <link rel="stylesheet" href="{{ baseUrl }}/css/bootstrap.min.css"> <link rel="stylesheet" href="{{ baseUrl }}/css/font-awesome.min.css"> <link rel="stylesheet" href="{{ baseUrl }}/css/highlight.tomorrow-night.css"> <link rel="stylesheet" href="{{ baseUrl }}/css/main.css"> </head> <body> <header class="navbar navbar-default navbar-fixed-top"> <a class="navbar-brand" href="{{ baseUrl }}/"> {{ title|default('The title') }} <small class="hidden-xs hidden-sm"> {{ subTitle|default('This is the default subtitle!')|raw }} </small> </a> {% if github is defined %} <a href="https://github.com/{{ github.user }}/{{ github.repo }}"> <img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"> </a> {% endif %} </header> <main class="{{ menu ? 'container-fluid' : 'container' }}"> <div class="row"> {% if menu is defined %} <nav id="sidebar" class="col-sm-3 col-lg-2" role="navigation"> {% for section in menu.sections %} <p class="text-muted"> {{ section.name }} </p> <ul class="nav nav-pills nav-stacked"> {% for itemId, item in section.items %} <li class="{{ itemId == currentMenu ? 'active' }}"> <a href="{{ item.absoluteUrl|default(baseUrl ~ '/' ~ item.relativeUrl) }}"> {{ item.text|raw }} </a> </li> {% endfor %} </ul> {% endfor %} </nav> {% endif %} <section class="{{ menu ? 'col-sm-offset-3 col-lg-offset-2 col-sm-9 col-lg-10' : 'col-sm-12' }}"> {{ content|raw }} </section> </div> </main> <script src="//code.jquery.com/jquery-1.11.0.min.js"></script> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script> <script src="//yandex.st/highlightjs/7.5/highlight.min.js"></script> <script> $(function() { $("section>h1").wrap('<div class="page-header" />'); // Syntax highlighting hljs.initHighlightingOnLoad(); }); </script> </body> </html>