Browse Source

Update static-pages.html.php

pull/674/head
danpros 1 year ago
parent
commit
09859ccf4f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      system/admin/views/static-pages.html.php

+ 1
- 1
system/admin/views/static-pages.html.php View File

@ -16,7 +16,7 @@
<th>Sub Pages</th> <th>Sub Pages</th>
</tr> </tr>
<?php foreach ($posts as $p):?> <?php foreach ($posts as $p):?>
<?php $count = count(get_static_sub_post($p->md)); ?>
<?php $count = count(find_subpage($p->md)); ?>
<tr> <tr>
<td><a target="_blank" href="<?php echo $p->url;?>"><?php echo $p->title;?></a></td> <td><a target="_blank" href="<?php echo $p->url;?>"><?php echo $p->title;?></a></td>
<?php if (config("views.counter") == "true"):?> <?php if (config("views.counter") == "true"):?>


Loading…
Cancel
Save