__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
Template Page for the album overview (extended)
Follow variables are useable :
$album : Contain information about the first album
$albums : Contain information about all albums
$galleries : Contain all galleries inside this album
$pagination : Contain the pagination content
You can check the content when you insert the tag <?php var_dump($variable) ?>
If you would like to show the timestamp of the image ,you can use <?php echo $exif['created_timestamp'] ?>
**/
?>
<?php
if ( ! defined( 'ABSPATH' ) ) {
die( 'No direct access allowed' );}
?>
<?php if ( ! empty( $galleries ) ) : ?>
<div class="ngg-albumoverview">
<!-- List of galleries -->
<?php foreach ( $galleries as $gallery ) : ?>
<div class="ngg-album">
<div class="ngg-albumtitle"><a href="<?php echo \Imagely\NGG\Util\Router::esc_url( $gallery->pagelink ); ?>"><?php echo $gallery->title; ?></a></div>
<div class="ngg-albumcontent">
<div class="ngg-thumbnail">
<a href="<?php echo \Imagely\NGG\Util\Router::esc_url( $gallery->pagelink ); ?>"><img class="Thumb" alt="<?php echo esc_attr( $gallery->title ); ?>" src="<?php echo \Imagely\NGG\Util\Router::esc_url( $gallery->previewurl ); ?>"/></a>
</div>
<div class="ngg-description">
<p><?php echo $gallery->galdesc; ?></p>
<?php if ( @$gallery->counter > 0 ) : ?>
<p class="ngg-album-gallery-image-counter"><strong><?php echo $gallery->counter; ?></strong> <?php _e( 'Photos', 'nggallery' ); ?></p>
<?php endif; ?>
</div>
</div>
</div>
<?php endforeach; ?>
<!-- Pagination -->
<?php echo $pagination; ?>
</div>
<?php endif; ?>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| album-compact.php | File | 2.82 KB | 0644 |
|
| album-extend.php | File | 1.6 KB | 0644 |
|
| gallery-caption.php | File | 1.95 KB | 0644 |
|
| gallery-carousel.php | File | 2.04 KB | 0644 |
|
| gallery.php | File | 1.91 KB | 0644 |
|
| imagebrowser-caption.php | File | 1.6 KB | 0644 |
|
| imagebrowser-exif.php | File | 2.62 KB | 0644 |
|
| imagebrowser.php | File | 1.6 KB | 0644 |
|
| singlepic.php | File | 1.42 KB | 0644 |
|