增加echo_page_header函数
This commit is contained in:
parent
4a959c4bd3
commit
aaf2bca132
@ -20,6 +20,11 @@
|
||||
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()
|
||||
{
|
||||
echo '
|
||||
|
Loading…
x
Reference in New Issue
Block a user