摘要: 在Dreamweaver 中写了个简单的的index.php: <?phpinclude_once("./class.config.php");$Smarty->display("Index.html");?> 顺手在标题中输入了几个字:企业资源管理系统,index.html是使用div+css进行布局的,单独打开index.html可以看到居中显示,而调用smarty后总是居左... 阅读全文
posted @ 2009-06-02 15:36 garfieldtom 阅读(989) 评论(0) 推荐(0)