Files
spota-dev/dosen/page/skripsi/riwayat.php
Power BI Dev efdb11db3f Add SPOTA core PHP application
Add the main admin, dosen, mahasiswa, API, and service code needed to run the core legacy application with configurable upload storage.
2026-05-02 10:08:52 +07:00

21 lines
380 B
PHP

<?php
$db=new dB($dbsetting);
?>
<div class="row">
<div class="col-sm-12">
<ol class="breadcrumb">
<li>
<i class="clip-home-3"></i>
<a href="<?php ECHO DOSEN_PAGE;?>">
Home
</a>
</li>
<li class="active">
Forum
</li>
</ol>
<div class="page-header">
<h1> Riwayat Diskusi <small><?php echo "$nim";?></small></h1>
</div>
</div>
</div>