forked from Adleraci/adlerka.top
remove duplicate
This commit is contained in:
parent
2fdcc0fcbd
commit
2f6961853e
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
$navsite_template = '<li><a href="__LOCATION__" __CLASS__>__NAME__</a><ul class="navpage_list">__NAVPAGES__</ul></li>';
|
$navsite_template = '<li><a href="__LOCATION__" __CLASS__>__NAME__</a><ul class="navpage_list">__NAVPAGES__</ul></li>';
|
||||||
$navpage_template = '<li><a class="navpage_link" href="__LOCATION__" __CLASS__>__NAME__</a></li>';
|
$navpage_template = '<li><a href="__LOCATION__" __CLASS__>__NAME__</a></li>';
|
||||||
|
|
||||||
|
|
||||||
$site_dirs = array_diff(scandir($static_page_dir), array('.', '..'));
|
$site_dirs = array_diff(scandir($static_page_dir), array('.', '..'));
|
||||||
|
Loading…
Reference in New Issue
Block a user