diff options
author | tom.c <contact@tomcanac.com> | 2013-04-08 09:44:45 +0200 |
---|---|---|
committer | tom.c <contact@tomcanac.com> | 2013-04-08 09:44:45 +0200 |
commit | 4d94769a56979f6ee896ffaef453f09d03e7e4fe (patch) | |
tree | 9395c0132a68ecc65ebe53c277e46dbe0dd5fa05 /cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php | |
parent | 7eca3552c8f14a57b59bdb4be4ea8994616467d7 (diff) | |
download | wallabag-4d94769a56979f6ee896ffaef453f09d03e7e4fe.tar.gz wallabag-4d94769a56979f6ee896ffaef453f09d03e7e4fe.tar.zst wallabag-4d94769a56979f6ee896ffaef453f09d03e7e4fe.zip |
modifications css
Diffstat (limited to 'cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php')
-rw-r--r-- | cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php | 32 |
1 files changed, 32 insertions, 0 deletions
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">←</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> | ||