HEX
Server: Apache
System: Linux webm006.cluster111.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: perditaeyz (838589)
PHP: 7.3.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/p/e/r/perditaeyz/www/wp-content/plugins/nextgen-gallery/templates/Albums/breadcrumbs.php
<ul class="ngg-breadcrumbs">
	<?php
	$end = end( $breadcrumbs );
	reset( $breadcrumbs );
	foreach ( $breadcrumbs as $crumb ) { ?>
		<li class="ngg-breadcrumb">
			<?php if ( ! is_null( $crumb['url'] ) ) { ?>
				<a href="<?php echo $crumb['url']; ?>"><?php print wp_kses( $crumb['name'], \Imagely\NGG\Display\I18N::get_kses_allowed_html() ); ?></a>
			<?php } else { ?>
				<?php print wp_kses( $crumb['name'], \Imagely\NGG\Display\I18N::get_kses_allowed_html() ); ?>
			<?php } ?>
			<?php if ( $crumb !== $end ) { ?>
				<span class="ngg-breadcrumb-divisor"><?php echo $divisor; ?></span>
			<?php } ?>
		</li>
	<?php } ?>
</ul>