title_row.inc
上传用户:xiao730204
上传日期:2007-01-04
资源大小:141k
文件大小:0k
- <?php
- $template_obj->ParseTemplate(
- './templates/main/title_row/top.inc'
- );
- if ( $user_obj->deny_login != 1 ) {
- $template_obj->ParseTemplate(
- './templates/horizontal_toolbar/top.inc'
- );
- include( './templates/main/horizontal_toolbar.inc' );
- $template_obj->ParseTemplate(
- './templates/horizontal_toolbar/bottom.inc'
- );
- }
- $template_obj->Register( 'title', $title );
- $template_obj->ParseTemplate(
- './templates/main/title_row/bottom.inc'
- );
- ?>