remove useless comment

This commit is contained in:
Michael Save 2012-02-14 21:06:55 +11:00
parent cdfd67c87a
commit 9796bd7b94

View File

@ -29,7 +29,6 @@
public static function homepage($settings) {
global $config;
// HTML5
return Element('themes/frameset/frames.html', Array('config' => $config, 'settings' => $settings));
}