mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
first commit
This commit is contained in:
commit
1a268ba710
19 changed files with 4131 additions and 0 deletions
7
cache/footer.32a3c4422ad65642b8dbb7e731f4d990.rtpl.php
vendored
Normal file
7
cache/footer.32a3c4422ad65642b8dbb7e731f4d990.rtpl.php
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php if(!class_exists('raintpl')){exit;}?><footer>
|
||||
<div>
|
||||
Copyright © <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:memiks@memiks.fr">Contact</a><br>
|
||||
Licence: WTF Licence<br>
|
||||
More information HERE: <a href="http://www.memiks.fr/readityourself/">http://www.memiks.fr/readityourself/</a> Version : <span class="version"><?php echo $version;?></span>
|
||||
</div>
|
||||
</footer>
|
20
cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php
vendored
Normal file
20
cache/index.0b3442bc62f6c429fc13004b3c821ba0.rtpl.php
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?php if(!class_exists('raintpl')){exit;}?><html>
|
||||
<head>
|
||||
<link rel='stylesheet' href='./css/reset.css' type='text/css' media='all' />
|
||||
<link rel='stylesheet' href='./css/typography.css' type='text/css' media='all' />
|
||||
|
||||
<title><?php echo $title;?></title>
|
||||
</head>
|
||||
<body>
|
||||
<article>
|
||||
<h1><a href="<?php echo $url;?>"><?php echo $title;?></a></h1>
|
||||
<div id="readityourselfcontent">
|
||||
<?php echo $content;?>
|
||||
|
||||
</div>
|
||||
<span class="comeFrom">Come From : <a href="<?php echo $url;?>"><?php echo $url;?></a>
|
||||
</article>
|
||||
<?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>
|
Loading…
Add table
Add a link
Reference in a new issue