File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ function demo () {
122
122
<!-- (I) URL PATH -->
123
123
<div class="bg-primary text-white p-3">
124
124
<strong>$_CORE->Route->path</strong> - The current path.
125
- You can use this to resolve things like pagination <strong>/ page/123</strong>,
126
- or maybe a selected category <strong>/ products/toys</strong>.
125
+ You can use this to resolve things like pagination <strong>page/123/ </strong>,
126
+ or maybe a selected category <strong>products/toys/ </strong>.
127
127
</div>
128
128
<div class="bg-white border p-3 mb-3"><?php echo $ _CORE ->Route ->path ; ?> </div>
129
129
Original file line number Diff line number Diff line change 41
41
42
42
<div class="mb-1 fw-bold">The end! Dummy pages you can delete:</div>
43
43
<ul class="list-group mb-4">
44
- <li class="list-group-item">pages/PAGE-tut-1.php to pages/PAGE-tut- 6.php</li>
45
- <li class="list-group-item">pages/PAGE-demo.php</li>
46
- <li class="list-group-item">pages/PAGE-about.php</li>
44
+ <li class="list-group-item"><code> pages/PAGE-tut-1~ 6.php</code> </li>
45
+ <li class="list-group-item"><code> pages/PAGE-demo.php</code> </li>
46
+ <li class="list-group-item"><code> pages/PAGE-about.php</code> </li>
47
47
</ul>
48
48
49
49
<div class="mb-4">
Original file line number Diff line number Diff line change 126
126
<ul class="dropdown-menu dropdown-menu-dark dropdown-menu-end">
127
127
<?php if (isset ($ _CORE ->Session ->data ["user " ])) { ?>
128
128
<li class="dropdown-header">
129
+ <?= $ _CORE ->Session ->data ["user " ]["user_name " ]?> <br>
129
130
<?= $ _CORE ->Session ->data ["user " ]["user_email " ]?>
130
131
</li>
131
132
<li><a class="dropdown-item" href="<?= HOST_BASE ?> myaccount">
You can’t perform that action at this time.
0 commit comments