随笔分类 -  Drupal

摘要:Drupal 安装后页面出现:warning: Invalid argument supplied for foreach() on line448解决办法:办法1: foreach ($theme->info['scripts'] as $script => $path) { if (file_exists($path)) { $theme->scripts[$script] = $path; } }改成 foreach ((array)$theme->info['scripts'] as $script => $path) { 阅读全文
posted @ 2011-11-01 13:42 derrck 阅读(261) 评论(0) 推荐(0)
摘要:What are you trying to say?(你到底想说什么?) Don't be silly.(别胡闹了。) How strong are your glasses?(你近视多少度?) Just because.(没有别的原因。) It isn't the way I hoped it would be.(这不是我所盼望的。) You will never guess.(你永远猜不到。) No one could do anything about it.(众人对此束手无措。) I saw something deeply disturbing.(深感事情不妙。) M 阅读全文
posted @ 2011-01-30 09:23 derrck 阅读(317) 评论(0) 推荐(0)
摘要:1[代码]234 阅读全文
posted @ 2011-01-17 16:44 derrck 阅读(111) 评论(0) 推荐(0)