mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 20:51:30 +00:00
add border botton to contentHeading
This commit is contained in:
parent
4cb9ed294e
commit
d3958e73f9
|
@ -1005,9 +1005,9 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
||||||
function contentHeading($heading, $noescape=false) { /* {{{ */
|
function contentHeading($heading, $noescape=false) { /* {{{ */
|
||||||
|
|
||||||
if($noescape)
|
if($noescape)
|
||||||
echo "<legend>".$heading."</legend>\n";
|
echo "<legend class=\"border-bottom\">".$heading."</legend>\n";
|
||||||
else
|
else
|
||||||
echo "<legend>".htmlspecialchars($heading)."</legend>\n";
|
echo "<legend class=\"border-bottom\">".htmlspecialchars($heading)."</legend>\n";
|
||||||
return;
|
return;
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user