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/indolok.id/application/modules/category_column/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/indolok.id/application/modules/category_column/views/category_column.php
<section class="widget widget-categories hidden-md-down">
  <h3 class="widget-title">Kategori Produk</h3>
  <ul>
    <?php foreach ($categories as $item_level1):?>
      <?php $level2 = $this->db->select('*')->from('categories')->where('parent',$item_level1->id_categories)->get()->result(); ?>
      <?php if($level2 != null): ?>
        <li class="has-children
        <?php if($this->uri->segment(1) == 'category'): ?>
          <?php if($level1_alias == $item_level1->alias): ?>
            expanded
          <?php endif; ?>
        <?php endif; ?>
        "><a href="#"><?= $item_level1->category; ?></a>
          <ul>
            <li><a href="<?= base_url('category/'.$item_level1->alias); ?>"><?= "All ".$item_level1->category; ?></a>
            <?php foreach ($level2 as $item_level2):?>
              <?php $level3 = $this->db->select('*')->from('categories')->where('parent',$item_level2->id_categories)->get()->result(); ?>
              <?php if($level3 != null): ?>
                <li><a href="<?= base_url('category/'.$item_level1->alias.'/'.$item_level2->alias); ?>"><?= $item_level2->category; ?></a>
                  <ul>
                    <?php foreach ($level3 as $item_level3): ?>
                      <li>
                        <a href="<?= base_url('category/'.$item_level1->alias.'/'.$item_level2->alias.'/'.$item_level3->alias); ?>">
                          <?= $item_level3->category; ?>
                        </a>
                      </li>
                    <?php endforeach ?>
                  </ul>
              <?php else: ?>
                <li><a href="<?= base_url('category/'.$item_level1->alias.'/'.$item_level2->alias); ?>"><?= $item_level2->category; ?></a>
              <?php endif; ?>
            <?php endforeach; ?>
                </li>
          </ul>
      <?php else: ?>
        <li><a href="<?= base_url('category/'.$item_level1->alias); ?>"><?= $item_level1->category; ?></a>
      <?php endif; ?>
        </li>
    <?php endforeach; ?>
  </ul>
</section>

https://t.me/RX1948 - 2025