diff options
author | Nicolas LÅ“uillet <nicolas@coteo.com> | 2013-04-03 15:14:01 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@coteo.com> | 2013-04-03 15:14:01 +0200 |
commit | 1a268ba710b2cdb4ede98af3368c43d66c4c5e53 (patch) | |
tree | 5a2f00523e7f7aefc0cd0e48254fa20aa907bb6f /cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php | |
download | wallabag-1a268ba710b2cdb4ede98af3368c43d66c4c5e53.tar.gz wallabag-1a268ba710b2cdb4ede98af3368c43d66c4c5e53.tar.zst wallabag-1a268ba710b2cdb4ede98af3368c43d66c4c5e53.zip |
first commit
Diffstat (limited to 'cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php')
-rw-r--r-- | cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php b/cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php new file mode 100644 index 00000000..6dd72a48 --- /dev/null +++ b/cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php | |||
@@ -0,0 +1,20 @@ | |||
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> | ||