1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

correction bookmarklet

This commit is contained in:
Nicolas Lœuillet 2013-04-03 15:22:19 +02:00
parent 1a268ba710
commit c4fb6f0135
4 changed files with 8 additions and 30 deletions

View file

@ -1,7 +0,0 @@
<?php if(!class_exists('raintpl')){exit;}?><footer>
<div>
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>
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>

View file

@ -1,20 +0,0 @@
<?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>