https://t.me/RX1948
Server : Apache/2.4.18 (Ubuntu)
System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64
User : oppastar ( 1041)
PHP Version : 7.0.33-0ubuntu0.16.04.15
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
Directory :  /var/www/symphony-solusi.co.id/public_html/application/modules/blog/views/template2/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/symphony-solusi.co.id/public_html/application/modules/blog/views/template2/blogs.php
<?php if($blogs) : ?>
<section id="section-about">
    <div class="container">
        <div class="row">
            <div class="col-sm-6">
                <h2>
                    <?php if ($this->session->userdata('site_lang') == 'english') : ?>
                        Latest News
                    <?php else : ?>
                        Berita Terkini
                    <?php endif; ?>
                    <span class="tiny-border"></span>
                </h2>
            </div>
            <div class="col-sm-6">
                <p style="text-align: right;">
                    <a href="<?= base_url('blog/all') ?>">View All</a>
                </p>
            </div>
        </div>
        <div class="row">
            <?php foreach ($blogs as $item) : ?>
                <div class="col-md-4 col-sm-6 wow fadeInUp" style="min-height:450px;">

                    <a href="
                    <?php if ($this->session->userdata('site_lang') == 'english') : ?>
                        <?= base_url() . 'blog/get/' . $item->alias_en; ?>
                    <?php else : ?>
                        <?= base_url() . 'blog/get/' . $item->alias; ?>
                    <?php endif; ?>
                    
                    ">
                        <figure class="pic-hover hover-scale mb20">
                            <span class="bg-overlay"></span>
                            <img src="<?= base_url('uploads/blog/' . $item->image2) ?>" class="img-responsive" alt="">
                        </figure>
                    </a>

                    <h3>
                        <a href=" 
                        <?php if ($this->session->userdata('site_lang') == 'english') : ?>
                            <?= base_url() . 'blog/get/' . $item->alias_en; ?>
                        <?php else : ?>
                            <?= base_url() . 'blog/get/' . $item->alias; ?>
                        <?php endif; ?>
                                " style="color:#222222">

                            <?php if ($this->session->userdata('site_lang') == 'english') : ?>
                                <?= $item->blog_en ?>
                            <?php else : ?>
                                <?= $item->blog ?>
                            <?php endif; ?>

                        </a>
                    </h3>
                    <?php if ($this->session->userdata('site_lang') == 'english') : ?>
                        <?php
                        $output = strlen($item->description_en) > 200 ? substr($item->description_en, 0, 200) . "..." : $item->description_en;

                        echo ucfirst($output);
                        ?>
                    <?php else : ?>
                        <?php
                        $output = strlen($item->description) > 200 ? substr($item->description, 0, 200) . "..." : $item->description;

                        echo ucfirst($output);
                        ?>
                    <?php endif; ?>
                    <a href="
                    <?php if ($this->session->userdata('site_lang') == 'english') : ?>
                            <?= base_url() . 'blog/get/' . $item->alias_en; ?>
                        <?php else : ?>
                            <?= base_url() . 'blog/get/' . $item->alias; ?>
                        <?php endif; ?>
                    " class="read_more mt10">
                        <?php if ($this->session->userdata('site_lang') == 'english') : ?>
                            Read more
                        <?php else : ?>
                            Selengkapnya
                        <?php endif; ?>
                        <i class="fa fa-chevron-right id-color"></i>
                    </a>

                </div>
            <?php endforeach; ?>
        </div>
    </div>
</section>
<?php endif; ?>

https://t.me/RX1948 - 2025