JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
set unique id= on each ckeditor's <body>
[wfpl-cms.git] / admin_pages.php
index ae6e4c4..f712444 100644 (file)
@@ -98,6 +98,7 @@ function admin_pages_main_form($id = false) {
                tem_set('id', $id);
        }
 
+       tem_set('$basename', 'admin_pages');
 
        $navbar_options = array(array('ignored', 'Not at all'), array('0', 'First'));
        $rows = db_get_rows('cms_pages', 'id,coalesce(nullif(nav_title,\'\'), title) as title,navbar', 'where navbar != 0 order by navbar');