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.137.219.221
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 /
taxonomy /
[ HOME SHELL ]
Name
Size
Permission
Action
taxonomy-term.tpl.php
2.09
KB
-rw-r--r--
taxonomy.admin.inc
35.72
KB
-rw-r--r--
taxonomy.api.php
5.91
KB
-rw-r--r--
taxonomy.css
232
B
-rw-r--r--
taxonomy.info
353
B
-rw-r--r--
taxonomy.install
30.14
KB
-rw-r--r--
taxonomy.js
1.73
KB
-rw-r--r--
taxonomy.module
70.02
KB
-rw-r--r--
taxonomy.pages.inc
6.55
KB
-rw-r--r--
taxonomy.test
76.79
KB
-rw-r--r--
taxonomy.tokens.inc
5.89
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : taxonomy-term.tpl.php
<?php /** * @file * Default theme implementation to display a term. * * Available variables: * - $name: (deprecated) The unsanitized name of the term. Use $term_name * instead. * - $content: An array of items for the content of the term (fields and * description). Use render($content) to print them all, or print a subset * such as render($content['field_example']). Use * hide($content['field_example']) to temporarily suppress the printing of a * given element. * - $term_url: Direct URL of the current term. * - $term_name: Name of the current term. * - $classes: String of classes that can be used to style contextually through * CSS. It can be manipulated through the variable $classes_array from * preprocess functions. The default values can be one or more of the following: * - taxonomy-term: The current template type, i.e., "theming hook". * - vocabulary-[vocabulary-name]: The vocabulary to which the term belongs to. * For example, if the term is a "Tag" it would result in "vocabulary-tag". * * Other variables: * - $term: Full term object. Contains data that may not be safe. * - $view_mode: View mode, e.g. 'full', 'teaser'... * - $page: Flag for the full page state. * - $classes_array: Array of html class attribute values. It is flattened * into a string within the variable $classes. * - $zebra: Outputs either "even" or "odd". Useful for zebra striping in * teaser listings. * - $id: Position of the term. Increments each time it's output. * - $is_front: Flags true when presented in the front page. * - $logged_in: Flags true when the current user is a logged-in member. * - $is_admin: Flags true when the current user is an administrator. * * @see template_preprocess() * @see template_preprocess_taxonomy_term() * @see template_process() * * @ingroup themeable */ ?> <div id="taxonomy-term-<?php print $term->tid; ?>" class="<?php print $classes; ?>"> <?php if (!$page): ?> <h2><a href="<?php print $term_url; ?>"><?php print $term_name; ?></a></h2> <?php endif; ?> <div class="content"> <?php print render($content); ?> </div> </div>
Close