AnonSec Team
Server IP : 103.11.96.170  /  Your IP : 18.218.83.143
Web Server : Microsoft-IIS/10.0
System : Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64
User : elibrary.unsap.ac.id ( 0)
PHP Version : 7.4.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF
Directory (0777) :  D:/localhost/elibrary/repository/../template/default/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : D:/localhost/elibrary/repository/../template/default/news_template.php
<?php
/**
 * @Created by          : Waris Agung Widodo (ido.alit@gmail.com)
 * @Date                : 2019-01-31 17:30
 * @File name           : news_template.php
 */

function news_list_tpl($title, $path, $date, $summary) {
  ?>

  <div class="card shadow mb-3">
      <div class="card-body">
          <div class="content-date text-grey-dark"><i class="far fa-clock mr-2"></i><?php echo $date ?></div>
          <h3 class="content-title mb-4"><?php echo $title ?></h3>
          <p class="content-summary mb-2"><?php echo $summary ?>...</p>
          <div class="content-readmore flex justify-end"><a class="btn btn-info btn-small" href="<?php echo SWB.'index.php?p='.$path ?>"><?php echo __('Read More') ?></a></div>
      </div>
  </div>

  <?php
}

AnonSec - 2021