]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
suppression fichiers cache
authornicosomb <nicolas@loeuillet.org>
Mon, 8 Apr 2013 08:56:55 +0000 (10:56 +0200)
committernicosomb <nicolas@loeuillet.org>
Mon, 8 Apr 2013 08:56:55 +0000 (10:56 +0200)
cache/footer.32a3c4422ad65642b8dbb7e731f4d990.rtpl.php [deleted file]
cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php [deleted file]

diff --git a/cache/footer.32a3c4422ad65642b8dbb7e731f4d990.rtpl.php b/cache/footer.32a3c4422ad65642b8dbb7e731f4d990.rtpl.php
deleted file mode 100644 (file)
index 2a8209b..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php if(!class_exists('raintpl')){exit;}?>        <footer class="mr2 mt3">
-            <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>
-        </footer>
diff --git a/cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php b/cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php
deleted file mode 100644 (file)
index e844824..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<?php if(!class_exists('raintpl')){exit;}?><!DOCTYPE html>
-<!--[if lte IE 6]> <html class="no-js ie6 ie67 ie678" lang="en"> <![endif]-->
-<!--[if lte IE 7]> <html class="no-js ie7 ie67 ie678" lang="en"> <![endif]-->
-<!--[if IE 8]> <html class="no-js ie8 ie678" lang="en"> <![endif]-->
-<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
-<html>
-    <head>
-        <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
-        <meta charset="utf-8">
-        <meta http-equiv="X-UA-Compatible" content="IE=10">
-        <link rel="stylesheet" href="./css/knacss.css" media="all">
-        <link rel="stylesheet" href="./css/style.css" media="all">
-        <title><?php echo $title;?></title>
-    </head>
-    <body class="article">
-        <div id="article" class="w600p">
-               <div id="backhome">
-                       <a href="index.php" title="back to home">&larr;</a>
-               </div>
-            <header class="mbm">
-                <h1><a href="<?php echo $url;?>"><?php echo $title;?></a></h1>
-                <div class="vieworiginal txtright small"><a href="<?php echo $url;?>" target="_blank">view original</a></div>
-            </header>
-            <article>
-                <div id="readityourselfcontent">
-                    <?php echo $content;?>
-                </div>
-            </article>
-        </div>
-        <?php $tpl = new RainTPL;$tpl_dir_temp = self::$tpl_dir;$tpl->assign( $this->var );$tpl->draw( dirname("footer") . ( substr("footer",-1,1) != "/" ? "/" : "" ) . basename("footer") );?>
-    </body>
-</html>