aboutsummaryrefslogtreecommitdiffhomepage
path: root/cache
diff options
context:
space:
mode:
authornicosomb <nicolas@loeuillet.org>2013-04-08 10:56:55 +0200
committernicosomb <nicolas@loeuillet.org>2013-04-08 10:56:55 +0200
commit770955e11d036f4a8af6f734825955c25b83a47c (patch)
tree07804ee663bb01ad7601d773e1c24f54e02cd83f /cache
parent67b70f811bb34e2f7bb08d110505ec149723d64b (diff)
downloadwallabag-770955e11d036f4a8af6f734825955c25b83a47c.tar.gz
wallabag-770955e11d036f4a8af6f734825955c25b83a47c.tar.zst
wallabag-770955e11d036f4a8af6f734825955c25b83a47c.zip
suppression fichiers cache
Diffstat (limited to 'cache')
-rw-r--r--cache/footer.32a3c4422ad65642b8dbb7e731f4d990.rtpl.php3
-rw-r--r--cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php32
2 files changed, 0 insertions, 35 deletions
diff --git a/cache/footer.32a3c4422ad65642b8dbb7e731f4d990.rtpl.php b/cache/footer.32a3c4422ad65642b8dbb7e731f4d990.rtpl.php
deleted file mode 100644
index 2a8209b7..00000000
--- a/cache/footer.32a3c4422ad65642b8dbb7e731f4d990.rtpl.php
+++ /dev/null
@@ -1,3 +0,0 @@
1<?php if(!class_exists('raintpl')){exit;}?> <footer class="mr2 mt3">
2 <p class="smaller"><a href="http://github.com/nicosomb/poche">poche</a> is a read it later open source system, based on <a href="http://www.memiks.fr/readityourself/">ReadItYourself</a>. <a href="https://twitter.com/getpoche" title="follow us on twitter">@getpoche</a>. Logo by <a href="http://www.iconfinder.com/icondetails/43256/128/jeans_monotone_pocket_icon">Brightmix</a>. poche is developed by <a href="http://nicolas.loeuillet.org">Nicolas LÅ“uillet</a> under the <a href="http://www.wtfpl.net/">WTFPL</a>.</p>
3 </footer>
diff --git a/cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php b/cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php
deleted file mode 100644
index e844824a..00000000
--- a/cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php
+++ /dev/null
@@ -1,32 +0,0 @@
1<?php if(!class_exists('raintpl')){exit;}?><!DOCTYPE html>
2<!--[if lte IE 6]> <html class="no-js ie6 ie67 ie678" lang="en"> <![endif]-->
3<!--[if lte IE 7]> <html class="no-js ie7 ie67 ie678" lang="en"> <![endif]-->
4<!--[if IE 8]> <html class="no-js ie8 ie678" lang="en"> <![endif]-->
5<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
6<html>
7 <head>
8 <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
9 <meta charset="utf-8">
10 <meta http-equiv="X-UA-Compatible" content="IE=10">
11 <link rel="stylesheet" href="./css/knacss.css" media="all">
12 <link rel="stylesheet" href="./css/style.css" media="all">
13 <title><?php echo $title;?></title>
14 </head>
15 <body class="article">
16 <div id="article" class="w600p">
17 <div id="backhome">
18 <a href="index.php" title="back to home">&larr;</a>
19 </div>
20 <header class="mbm">
21 <h1><a href="<?php echo $url;?>"><?php echo $title;?></a></h1>
22 <div class="vieworiginal txtright small"><a href="<?php echo $url;?>" target="_blank">view original</a></div>
23 </header>
24 <article>
25 <div id="readityourselfcontent">
26 <?php echo $content;?>
27 </div>
28 </article>
29 </div>
30 <?php $tpl = new RainTPL;$tpl_dir_temp = self::$tpl_dir;$tpl->assign( $this->var );$tpl->draw( dirname("footer") . ( substr("footer",-1,1) != "/" ? "/" : "" ) . basename("footer") );?>
31 </body>
32</html>