Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
Serap perubahan terks berjalan di OpenSID 19.05-pasca
Browse files Browse the repository at this point in the history
  • Loading branch information
dikisiswanto committed May 8, 2019
1 parent a46bc36 commit 3da0898
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
Style : Frontend web theme OpenSID
Version : 1.3.3
Version : 1.3.4
Author : Diki Siswanto
**/
Expand Down
2 changes: 1 addition & 1 deletion commons/meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name='theme' content='Cosmos' />
<meta name='designer' content='Diki Siswanto' />
<meta name='theme:designer' content='Diki Siswanto' />
<meta name='theme:version' content='1.3.3' />
<meta name='theme:version' content='1.3.4' />
<meta name='keywords' content="sid, sistem informasi desa, web, blog, informasi, website, cosmos, desa, kecamatan, kabupaten, indonesia, kampung, <?= $desa['nama_desa']; ?>, <?= $desa['nama_kecamatan']; ?>, <?= $desa['nama_kabupaten']; ?>" />
<meta property="og:site_name" content="<?= $desa_title ?>"/>
<meta property="og:type" content="article"/>
Expand Down
4 changes: 1 addition & 3 deletions partials/marquee.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
<span>INFO</span>
</div>
<ul class="marquee" id="marquee">
<?php foreach($teks_berjalan as $data) : ?>
<li>
<?= strip_tags($data['isi']) ?>
<?= $teks_berjalan ?>
</li>
<?php endforeach ?>
</ul>
<?php endif ?>
</div>
Expand Down
10 changes: 10 additions & 0 deletions vendor/lazyload/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>

<p>Directory access is forbidden.</p>

</body>
</html>
10 changes: 10 additions & 0 deletions vendor/lazyload/js/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>

<p>Directory access is forbidden.</p>

</body>
</html>

0 comments on commit 3da0898

Please sign in to comment.