X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=css.php;h=2c9c3369f8537fb88a85566ecb8192d065fcb644;hp=3babf5ce26356ea6ac7d5ba34e340fc4d475ea06;hb=7b0f17cd637e388049d2167811e4332cec1e979b;hpb=aea4f2a51ffa6f483056c6ce167c8c6fd8ca6129 diff --git a/css.php b/css.php index 3babf5ce26..2c9c3369f8 100644 --- a/css.php +++ b/css.php @@ -57,13 +57,13 @@ header('Content-type: text/css'); require('inc/config.php'); // Load header -LOAD_INC('inc/header.php'); +loadInclude('inc/header.php'); // Load CSS code -LOAD_INC('inc/stylesheet.php'); +loadInclude('inc/stylesheet.php'); // Load footer -LOAD_INC('inc/footer.php'); +loadInclude('inc/footer.php'); // ?>