aboutsummaryrefslogtreecommitdiffhomepage
path: root/cache
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@coteo.com>2013-04-03 15:22:19 +0200
committerNicolas LÅ“uillet <nicolas@coteo.com>2013-04-03 15:22:19 +0200
commitc4fb6f013528e89beb880f4c9efbda2a6d306a0d (patch)
treef6e6566d76e4ab63adc0698c18101e479f3fb51d /cache
parent1a268ba710b2cdb4ede98af3368c43d66c4c5e53 (diff)
downloadwallabag-c4fb6f013528e89beb880f4c9efbda2a6d306a0d.tar.gz
wallabag-c4fb6f013528e89beb880f4c9efbda2a6d306a0d.tar.zst
wallabag-c4fb6f013528e89beb880f4c9efbda2a6d306a0d.zip
correction bookmarklet
Diffstat (limited to 'cache')
-rw-r--r--cache/footer.32a3c4422ad65642b8dbb7e731f4d990.rtpl.php7
-rw-r--r--cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php20
2 files changed, 0 insertions, 27 deletions
diff --git a/cache/footer.32a3c4422ad65642b8dbb7e731f4d990.rtpl.php b/cache/footer.32a3c4422ad65642b8dbb7e731f4d990.rtpl.php
deleted file mode 100644
index e069cabb..00000000
--- a/cache/footer.32a3c4422ad65642b8dbb7e731f4d990.rtpl.php
+++ /dev/null
@@ -1,7 +0,0 @@
1<?php if(!class_exists('raintpl')){exit;}?><footer>
2 <div>
3 Copyright &copy; <a href="http://www.memiks.fr/">memiks.fr</a> | <a href="http://shaarli.memiks.fr/">Liens</a> / <a href="http://rss.memiks.fr/">RSS</a> / <a href="http://wiki.memiks.fr/">Wiki</a> / <a href="mailto:&#109;&#101;&#109;&#105;&#107;&#115;&#064;&#109;&#101;&#109;&#105;&#107;&#115;&#046;&#102;&#114;">Contact</a><br>
4 Licence: WTF Licence<br>
5 More information HERE: <a href="http://www.memiks.fr/readityourself/">http://www.memiks.fr/readityourself/</a> Version : <span class="version"><?php echo $version;?></span>
6 </div>
7</footer>
diff --git a/cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php b/cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php
deleted file mode 100644
index 6dd72a48..00000000
--- a/cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php
+++ /dev/null
@@ -1,20 +0,0 @@
1<?php if(!class_exists('raintpl')){exit;}?><html>
2 <head>
3 <link rel='stylesheet' href='./css/reset.css' type='text/css' media='all' />
4 <link rel='stylesheet' href='./css/typography.css' type='text/css' media='all' />
5
6 <title><?php echo $title;?></title>
7 </head>
8 <body>
9 <article>
10 <h1><a href="<?php echo $url;?>"><?php echo $title;?></a></h1>
11 <div id="readityourselfcontent">
12 <?php echo $content;?>
13
14 </div>
15 <span class="comeFrom">Come From : <a href="<?php echo $url;?>"><?php echo $url;?></a>
16 </article>
17 <?php $tpl = new RainTPL;$tpl_dir_temp = self::$tpl_dir;$tpl->assign( $this->var );$tpl->draw( dirname("footer") . ( substr("footer",-1,1) != "/" ? "/" : "" ) . basename("footer") );?>
18
19 </body>
20</html>