📄 default_links.php
字号:
<?php // no direct accessdefined('_JEXEC') or die('Restricted access'); ?><div> <strong><?php echo JText::_( 'More Articles...' ); ?></strong></div><ul><?php foreach ($this->links as $link) : ?> <li> <a class="blogsection" href="<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($link->slug, $link->catslug, $link->sectionid)); ?>"> <?php echo $link->title; ?></a> </li><?php endforeach; ?></ul>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -