This commit is contained in:
Claude 2012-05-04 16:46:58 +02:00
parent 5e5beabeca
commit a035d76b3b
2 changed files with 2 additions and 2 deletions

View File

@ -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){

View File

@ -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>