1.1.3
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
// Start YOURLS engine
|
// Start YOURLS engine
|
||||||
require_once( dirname(__FILE__).'/includes/load-yourls.php' );
|
require_once( dirname(__FILE__).'/includes/load-yourls.php' );
|
||||||
|
|
||||||
|
// Define infinity-squared settings
|
||||||
|
define( 'INFINITYSQUARED_NAME', 'kwl.me' );
|
||||||
?>
|
?>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
@@ -85,7 +88,7 @@ HTML;
|
|||||||
<p><a href="javascript:(function()%7Bvar%20d=document,k=prompt('Custom%20URL'),s=d.createElement('script');if(k!=null){window.yourls_callback=function(r)%7Bif(r.short_url)%7Bprompt(r.message,r.short_url);%7Delse%7Balert('An%20error%20occured:%20'+r.message);%7D%7D;s.src='http://kwl.me/admin/index.php?u='+encodeURIComponent(d.location.href)+'&k='+k+'&jsonp=yourls';void(d.body.appendChild(s));%7D%7D)();" class="bookmarklet">Custom Keyword Shorten</a></p>
|
<p><a href="javascript:(function()%7Bvar%20d=document,k=prompt('Custom%20URL'),s=d.createElement('script');if(k!=null){window.yourls_callback=function(r)%7Bif(r.short_url)%7Bprompt(r.message,r.short_url);%7Delse%7Balert('An%20error%20occured:%20'+r.message);%7D%7D;s.src='http://kwl.me/admin/index.php?u='+encodeURIComponent(d.location.href)+'&k='+k+'&jsonp=yourls';void(d.body.appendChild(s));%7D%7D)();" class="bookmarklet">Custom Keyword Shorten</a></p>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<p>Powered by <a href="http://yourls.org/" title="YOURLS">YOURLS</a>. Design by <a href="http://tomslominski.net/">Tom Slominski</a>. Also used: <a href="http://formalize.me/">Formalize</a> and <a href="http://craigsworks.com/projects/qtip2/">qTip²</a>. Find this theme on <a href="https://github.com/tomslominski/infinity-squared-yourls">GitHub</a>.</p>
|
<p>Powered by <a href="http://yourls.org/" title="YOURLS">YOURLS</a>. Design by <a href="http://tomslominski.net/">Tom Slominski</a>. Also used: <a href="http://formalize.me/">Formalize</a> and <a href="http://craigsworks.com/projects/qtip2/">qTip²</a>. Find this theme on <a href="https://github.com/tomslominski/infinity-squared">GitHub</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
A port of the beautiful ∞² theme for WordPress, by Tom Slominski (http://tomslominski.net/)
|
Infinity Squared, a beautiful theme for YOURLS, by Tom Slominski (http://tomslominski.net/)
|
||||||
|
|
||||||
To activate, just upload the included files to your main YOURLS directory.
|
See the project's Wiki pages at GitHub for the latest installation instructions
|
||||||
|
https://github.com/tomslominski/infinity-squared
|
||||||
|
|
||||||
qTip 2 is dual licensed under MIT or GPLv2 licenses
|
qTip 2 is dual licensed under MIT or GPLv2 licenses
|
||||||
http://en.wikipedia.org/wiki/MIT_License
|
http://en.wikipedia.org/wiki/MIT_License
|
||||||
|
|||||||
Reference in New Issue
Block a user