.dev/samples/admin_frameset/left_frame.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

$GLOBALS['no_graphics'] = true;
include './index.php';
$text = _class('graphics')->_show_menu(['name' => 'admin_left_menu', 'force_stpl_name' => 'left_frame_menu']);
echo common()->show_empty_page($text);