Changeset 15 for trunk/inc/news
- Timestamp:
- 08/09/05 22:30:14 (7 years ago)
- Location:
- trunk/inc/news
- Files:
-
- 2 modified
-
blog.inc.php (modified) (2 diffs)
-
statistics.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/news/blog.inc.php
r1 r15 23 23 ******************** http://opensource.ikse.net/projects/dotnode ***/ 24 24 25 $ smarty->assign('Title', 'Last blog\'s tickets');25 $_SMARTY['Title'] = 'Last blog\'s tickets'; 26 26 27 27 if($token[2] == 'friends') … … 108 108 } 109 109 110 $ smarty->assign('blogs' , $blogs);110 $_SMARTY['blogs' ] = $blogs; 111 111 112 112 ?> -
trunk/inc/news/statistics.inc.php
r1 r15 64 64 } 65 65 66 $ smarty->assign('stats', $stats);66 $_SMARTY['stats'] = $stats; 67 67 ?>
