'*', 'img-src' => '*', 'frame-src' => $frame_src )); Response\xframe(); Response\xss(); Response\nosniff(); }); // Show help Router\get_action('show-help', function() { Response\html(Template\load('show_help')); }); // Show the menu for the mobile view Router\get_action('more', function() { Response\html(Template\layout('show_more', array('menu' => 'more'))); });