Antichrist Net Footer
**Site relevance:** Antichrist.net
**Memory type:** theme source memory
**Source path:** Antichrist.net/wp-content/themes/antichrist-net/footer.php
**Size:** 3.4 KB
Summary
( 'Research', 'antichrist-net' ) = array(
Source Preview
This source file is short enough to preview directly on its source-memory page.
<?php
/**
* Site footer.
*
* @package AntichristNet
*/
$footer_groups = array(
__( 'Research', 'antichrist-net' ) => array(
'archive' => acn_ui_t( 'acn.nav.archive', 'Archive' ),
'research-library' => acn_ui_t( 'acn.nav.library', 'Research Library' ),
'research-agenda' => acn_ui_t( 'acn.nav.research_agenda', 'Research Agenda' ),
'timeline' => acn_ui_t( 'acn.nav.timeline', 'Timeline' ),
'symbols' => acn_ui_t( 'acn.nav.symbols', 'Symbols' ),
'prophecy-tracking-resource-curation' => __( 'Prophecy Tracking', 'antichrist-net' ),
'apocalyptic-ai' => acn_ui_t( 'acn.nav.ai', 'Apocalyptic AI' ),
),
__( 'Community', 'antichrist-net' ) => array(
'start-here' => acn_ui_t( 'acn.nav.start', 'Start Here' ),
'message-board' => acn_ui_t( 'acn.nav.board', 'Message Board' ),
'members' => acn_ui_t( 'acn.nav.members', 'Members' ),
'community-baseline' => acn_ui_t( 'acn.nav.community_baseline', 'Community Baseline' ),
'about' => acn_ui_t( 'acn.nav.about', 'About' ),
'editorial-policy' => __( 'Editorial Policy', 'antichrist-net' ),
),
__( 'Reference', 'antichrist-net' ) => array(
'state-and-religion' => acn_ui_t( 'acn.nav.state_religion', 'State & Religion' ),
'surveillance' => acn_ui_t( 'acn.nav.surveillance', 'Surveillance' ),
'current-antichrist-cults' => __( 'Current Cults', 'antichrist-net' ),
'antichrist-as-redeemer-of-mankind' => acn_ui_t( 'acn.nav.redeemer_mankind', 'Redeemer Claims' ),
'pre-christian-antichrist-history' => __( 'Early History', 'antichrist-net' ),
'antichrist-like-figures-eastern-philosophy' => __( 'Eastern Parallels', 'antichrist-net' ),
),
);
?>
<footer class="site-footer" role="contentinfo">
<div class="container footer-grid">
<section class="footer-brand">
<?php acn_site_logo(); ?>
<p><?php echo esc_html( get_theme_mod( 'acn_site_notice', __( 'Antichrist.net is an archive, analysis, and community research platform. It does not endorse harassment, hatred, or violence.', 'antichrist-net' ) ) ); ?></p>
</section>
<nav class="footer-link-groups" aria-label="<?php esc_attr_e( 'Footer navigation', 'antichrist-net' ); ?>">
<?php foreach ( $footer_groups as $group_label => $links ) : ?>
<section class="footer-link-group" aria-labelledby="<?php echo esc_attr( sanitize_title( $group_label ) ); ?>-footer-heading">
<h2 id="<?php echo esc_attr( sanitize_title( $group_label ) ); ?>-footer-heading"><?php echo esc_html( $group_label ); ?></h2>
<ul>
<?php foreach ( $links as $slug => $label ) : ?>
<li><a href="<?php echo esc_url( acn_page_url( $slug ) ); ?>"><?php echo esc_html( $label ); ?></a></li>
<?php endforeach; ?>
</ul>
</section>
<?php endforeach; ?>
</nav>
</div>
<div class="container footer-bottom">
<p>© <?php echo esc_html( date_i18n( 'Y' ) ); ?> <?php bloginfo( 'name' ); ?>.</p>
<p><a href="<?php echo esc_url( acn_page_url( 'privacy-policy' ) ); ?>"><?php esc_html_e( 'Privacy', 'antichrist-net' ); ?></a> <span aria-hidden="true">/</span> <a href="<?php echo esc_url( acn_page_url( 'community-baseline' ) ); ?>"><?php esc_html_e( 'Baseline', 'antichrist-net' ); ?></a></p>
</div>
</footer>
</div><!-- .site-shell -->
<?php wp_footer(); ?>
</body>
</html>