Changeset 15 for trunk/inc/my/blog/categorie.inc.php
- Timestamp:
- 08/09/05 22:30:14 (7 years ago)
- Files:
-
- 1 modified
-
trunk/inc/my/blog/categorie.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/my/blog/categorie.inc.php
r1 r15 23 23 ******************** http://opensource.ikse.net/projects/dotnode ***/ 24 24 25 $ smarty->assign('Title',"Manage blog's categories");25 $_SMARTY['Title'] = "Manage blog's categories"; 26 26 $cats = $db->query('SELECT id_cat, name, comment FROM blog_categorie WHERE id=?', $_SESSION['my_id'] ); 27 27 … … 33 33 $my['blog']['categorie'][$cat['id_cat']] = $cat; 34 34 35 $ smarty->assign('my', $my);35 $_SMARTY['my'] = $my; 36 36 ?>
