mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
RSS icon
This commit is contained in:
parent
5e5beabeca
commit
a035d76b3b
@ -1,6 +1,6 @@
|
||||
<?php $this->load->view('defaults/header');?>
|
||||
<small><a class="control" href="<?php echo site_url("view/options")?>">Change paste viewing options</a></small><br/><br/>
|
||||
<h1>Recent Pastes</h1>
|
||||
<h1>Recent Pastes <a href="<?php echo site_url('lists/rss'); ?>"><img src="<?php echo base_url(); ?>static/images/feed-icon-14x14.png" alt="rss" title="RSS" /></a></h1>
|
||||
|
||||
<?php
|
||||
function checkNum($num){
|
||||
|
@ -49,7 +49,7 @@
|
||||
if(isset($replies) and !empty($replies)){
|
||||
$n = 1;
|
||||
?>
|
||||
<h1>Replies to <?php echo $title; ?></h1>
|
||||
<h1>Replies to <?php echo $title; ?> <a href="<?php echo site_url('view/rss/' . $pid); ?>"><img src="<?php echo base_url(); ?>static/images/feed-icon-14x14.png" alt="rss" title="RSS" /></a></h1>
|
||||
|
||||
<table class="recent">
|
||||
<tbody>
|
||||
|
Loading…
x
Reference in New Issue
Block a user