1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-18 17:14:04 +01:00

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));
}