Browse Source

remove useless comment

pull/40/head
Michael Save 12 years ago
parent
commit
9796bd7b94
  1. 1
      templates/themes/frameset/theme.php

1
templates/themes/frameset/theme.php

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

Loading…
Cancel
Save