mirror of
https://github.com/danpros/htmly.git
synced 2026-04-23 14:06:23 +05:30
Improve subpages nav
This commit is contained in:
parent
0ec68537c5
commit
ee831b5cb1
2 changed files with 7 additions and 7 deletions
|
|
@ -1168,7 +1168,7 @@ function get_static_post($static = null)
|
|||
// Return static page.
|
||||
function get_static_sub_post($static, $sub_static = null)
|
||||
{
|
||||
$sub_pages = get_static_subpages($static);
|
||||
$sub_pages = array_values(get_static_subpages($static));
|
||||
|
||||
$tmp = array();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue