aboutsummaryrefslogtreecommitdiffhomepage
path: root/cache
diff options
context:
space:
mode:
authortom.c <contact@tomcanac.com>2013-04-08 09:44:45 +0200
committertom.c <contact@tomcanac.com>2013-04-08 09:44:45 +0200
commit4d94769a56979f6ee896ffaef453f09d03e7e4fe (patch)
tree9395c0132a68ecc65ebe53c277e46dbe0dd5fa05 /cache
parent7eca3552c8f14a57b59bdb4be4ea8994616467d7 (diff)
downloadwallabag-4d94769a56979f6ee896ffaef453f09d03e7e4fe.tar.gz
wallabag-4d94769a56979f6ee896ffaef453f09d03e7e4fe.tar.zst
wallabag-4d94769a56979f6ee896ffaef453f09d03e7e4fe.zip
modifications css
Diffstat (limited to 'cache')
-rw-r--r--cache/footer.32a3c4422ad65642b8dbb7e731f4d990.rtpl.php3
-rw-r--r--cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php32
2 files changed, 35 insertions, 0 deletions
diff --git a/cache/footer.32a3c4422ad65642b8dbb7e731f4d990.rtpl.php b/cache/footer.32a3c4422ad65642b8dbb7e731f4d990.rtpl.php
new file mode 100644
index 00000000..2a8209b7
--- /dev/null
+++ b/cache/footer.32a3c4422ad65642b8dbb7e731f4d990.rtpl.php
@@ -0,0 +1,3 @@
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
new file mode 100644
index 00000000..e844824a
--- /dev/null
+++ b/cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php
@@ -0,0 +1,32 @@
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>