增加echo_page_header函数

This commit is contained in:
hyzboy 2016-08-27 14:34:34 +04:00
parent 4a959c4bd3
commit aaf2bca132

View File

@ -20,6 +20,11 @@
echo '<center><h1 style="margin-top: 10px">Enterprise Resource Management System</h1></center>'; echo '<center><h1 style="margin-top: 10px">Enterprise Resource Management System</h1></center>';
} }
function echo_page_header($header,$subtext)
{
echo '<div class="page-header" style="margin-bottom: 0px; padding-bottom: 0px; margin-top: 0px;"><h1>'.$header.'<small>'.$subtext.'</small></h1></div>';
}
function echo_html_end() function echo_html_end()
{ {
echo ' echo '