Revision 60
Added by stefan about 19 years ago
trunk/CHANGELOG | ||
---|---|---|
12 | 12 |
|
13 | 13 |
------------------------------------- 2.6.0 ------------------------------------- |
14 | 14 |
09-Sep-2005 Stefan Braunewell |
15 |
# Fixed "None found" message bug when user has no top level page edit |
|
16 |
rights. |
|
15 | 17 |
# Fixed missing parent option 'none' - ticket #12 - and a minor scope bug. |
16 | 18 |
+ Added breadcrumbs code. Call using $wb->breadcrumbs(). |
17 | 19 |
+ Added utf-8 character encoding meta tag into all stock templates. |
trunk/wb/admin/pages/index.php | ||
---|---|---|
230 | 230 |
|
231 | 231 |
<?php |
232 | 232 |
// Get subs |
233 |
make_list($page['page_id'], $editable_pages); |
|
233 |
$editable_pages=make_list($page['page_id'], $editable_pages);
|
|
234 | 234 |
} |
235 | 235 |
|
236 | 236 |
} |
Also available in: Unified diff