⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 footer.tmpl.php

📁 ATutor是一个学习管理系统(LCMS/LMS), 为教师和学生建立一个网络教学平台。
💻 PHP
字号:
<?php if (!defined('AT_INCLUDE_PATH')) { exit; } ?>	<?php if ($_SESSION['course_id'] > 0): ?>				<div align="right" style="clear: left;" id="gototop">					<br />			<span style="font-size:smaller;padding-right:3px;"><a href="<?php echo htmlspecialchars($_SERVER['REQUEST_URI'], ENT_QUOTES); ?>#content" title="<?php echo _AT('goto_content'); ?> Alt-c" ><?php echo _AT('goto_top'); ?></a>	</span>		</div>  	<?php endif; ?> </div></div>	<?php if (($_SESSION['course_id'] > 0) && $this->side_menu): ?>		<div id="rightcolumn">			<?php require(AT_INCLUDE_PATH.'side_menu.inc.php'); ?>		</div>	<?php endif; ?><div id="footer">	<br /><br />	<?php require(AT_INCLUDE_PATH.'html/languages.inc.php'); ?>	<?php require(AT_INCLUDE_PATH.'html/copyright.inc.php'); ?></div></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -