HEX
Server: Apache/2.4.63 (Unix)
System: Linux Synopilou92 4.4.302+ #72806 SMP Mon Jul 21 23:16:00 CST 2025 x86_64
User: pilou92 (1026)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /volume1/web/krumbscovers/wp-content/themes/rock-tune/patterns/footer.php
<?php
 /**
  * Title: Footer
  * Slug: rock-tune/footer
  * Categories: rock-tune, footer
  */
?>
<!-- wp:group {"align":"wide","className":"wp-block-footer  wp-block-site-generator bottom-footer","layout":{"inherit":true,"type":"constrained"}} -->
<div class="wp-block-group alignwide wp-block-footer wp-block-site-generator bottom-footer">
		<!-- wp:group {"align":"wide","className":"wp-block-site-info","layout":{"type":"flex","justifyContent":"space-between","orientation":"horizontal"}} -->
		<div class="wp-block-group alignwide wp-block-site-info">
			<!-- wp:paragraph -->
			<p>
			<?php 
			printf( 
				/* translators: %1$s: Year, %2$s: Year */
				esc_html_x( 'Copyright &copy; %1$s %2$s', '1: Year, 2: Site Title with home URL, 3: Privacy Policy Link', 'rock-tune' ), 
				esc_attr( date_i18n( __( 'Y', 'rock-tune' ) ) ), 
				'<a href="' . esc_url( home_url( '/' ) ) . '">' . esc_attr( get_bloginfo( 'name', 'display' ) ) . '</a><span class="sep"> | </span>Rock Tune by <a target="_blank" href="https://catchthemes.com">Catch Themes</a>' ); 
			?>
				</p>
			<!-- /wp:paragraph -->
			<!-- wp:navigation {} /-->
		</div>
		<!-- /wp:group -->
	</div>
	<!-- /wp:group -->