コード例 #1
0
ファイル: linkbanner.php プロジェクト: sea75300/affiliat_r
$maxSize = array();
$maxWidth = $baseCtrl->getRequestVar('maxwidth');
$maxHeight = $baseCtrl->getRequestVar('maxheight');
if (!is_null($maxWidth)) {
    $maxSize['width'] = $maxWidth;
}
if (!is_null($maxHeight)) {
    $maxSize['height'] = $maxHeight;
}
?>
<!DOCTYPE HTML>
<HTML lang="de">
    <head>
        <title>Affiliat*r - <?php 
print $config->getSysVersion();
?>
</title>
        <meta http-equiv="content-type" content= "text/html; charset=utf-8">
        <meta name="robots" content="noindex, nofollow">  
        <link rel="stylesheet" type="text/css" href="<?php 
print $config->getIframecss();
?>
">
    </head> 
    
    <body>
        <?php 
affiliatr::showLinkbanner(false, $maxSize);
?>
    </body>
</html>