This repository was archived by the owner on Jul 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <nav class="flex mb-5" aria-label="Breadcrumb">
2+ <ol class="inline-flex items-center space-x-1 md:space-x-2">
3+ <li class="inline-flex items-center">
4+ <a href="?page=manage-apps"
5+ class="inline-flex items-center text-sm font-medium text-gray-400 hover:text-white">
6+ <svg class="w-3 h-3 mr-2.5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor"
7+ viewBox="0 0 20 20">
8+ <path
9+ d="m19.707 9.293-2-2-7-7a1 1 0 0 0-1.414 0l-7 7-2 2a1 1 0 0 0 1.414 1.414L2 10.414V18a2 2 0 0 0 2 2h3a1 1 0 0 0 1-1v-4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v4a1 1 0 0 0 1 1h3a2 2 0 0 0 2-2v-7.586l.293.293a1 1 0 0 0 1.414-1.414Z" />
10+ </svg>
11+ Manage Apps
12+ </a>
13+ </li>
14+ <li>
15+ <div class="flex items-center">
16+ <i class="lni lni-angle-double-right mr-2"></i>
17+ <label class="inline-flex items-center text-sm font-medium text-gray-400">Current App:
18+ <?= $ _SESSION ['selectedApp ' ]; ?> </label>
19+ </div>
20+ </li>
21+ </ol>
22+ </nav>
You can’t perform that action at this time.
0 commit comments