%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/pn/beta/64801_wp-content/themes/intosai/templates/sections/
Upload File :
Create Path :
Current File : /var/www/pn/beta/64801_wp-content/themes/intosai/templates/sections/downloads.php

<section class="content_section downloads_sec">
    <div class="wrapper">

        <?php if(get_sub_field('center_title')){ ?>
            <div class="centered_title">
                <h2><?php the_sub_field('title'); ?></h2>
            </div>
        <?php }else{ ?>
            <div class="normal_title">
                <h2><?php the_sub_field('title'); ?></h2>
            </div>
        <?php } ?>

        <div class="download_table">

            <?php if(have_rows('downloads')): $rC = 1;
            while(have_rows('downloads')): the_row(); ?>

                <?php
                    $fileType   =   get_sub_field('filetype');
                    $file       =   get_sub_field('file');
                    $fileSize   =   filesize(get_attached_file($file['ID']));
                ?>


                <!--a href="<?php /* echo $file['url']; ?>" target="_blank" class="download_link" data-filename="<?php echo $file['filename']; */?>"-->
                <a href="<?php echo $file['url']; ?>" target="_blank" onclick="gtag('event', 'download', { 'event_category': 'Downloaded file', 'event_label': '<?php echo $file['filename']; ?>'});" data-filename="<?php echo $file['filename']; ?>">
                    <div class="row <?php echo $fileType; if($rC%2==0){echo ' even';} ?>">

                        <div class="icon">
                            <i class="fa fa-download"></i>
                            <i class="fa fa-file-<?php echo $fileType; ?>-o"></i>
                        </div>
                        <div class="name">
                            <?php the_sub_field('display_name'); ?>
                        </div>
                        <div class="filesize">
                            <?php echo formatSizeUnits($fileSize); ?>
                        </div>
                    </div>
                </a>

			<?php $rC++; endwhile; endif; ?>

        </div>

    </div>
</section>

Zerion Mini Shell 1.0