📄 default.php
字号:
<?php
defined( '_JEXEC' ) or die( 'Restricted access' );
?>
<link rel="stylesheet" href="modules/mod_euro2008/tmpl/mod_euro2008.css" type="text/css">
<div id="euro2008-banner">
<?php if( $params->get( 'link-support' ) == 'yes' ) { ?>
<a href="<?php echo $params->get( 'banner-link' ); ?>">
<img src="modules/mod_euro2008/tmpl/images/banner_<?php echo $params->get( 'euro2008-country' ); ?>.png" width="200px" height="200px" />
</a>
<?php } else { ?>
<img src="modules/mod_euro2008/tmpl/images/banner_<?php echo $params->get( 'euro2008-country' ); ?>.png" width="200px" height="200px" />
<?php } ?>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -