1.2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Infinity Squared, a beautiful theme for YOURLS, by Tom Slominski (http://tomslominski.net/)
|
||||
Infinity Squared, a beautiful theme for YOURLS, by Tom Slominski (http://tomslominski.net/infinity-squared/)
|
||||
|
||||
See the project's Wiki pages at GitHub for the latest installation instructions
|
||||
https://github.com/tomslominski/infinity-squared
|
||||
|
||||
@@ -1,27 +1,42 @@
|
||||
<?php
|
||||
// Base settings
|
||||
define( 'ISQ_NAME', 'kwl.me' );
|
||||
// General settings
|
||||
// 1 to enable, 0 to disable
|
||||
ISQ::$general = array(
|
||||
'name' => 'Edit public/config.php to set up ∞²', // The name of your URL shortener
|
||||
'qr' => 1 // Do you want to display a QR code?
|
||||
);
|
||||
|
||||
// Menu- The width of ∞² menu allows you to have about 10 links, however,
|
||||
// you don't need to use all of them
|
||||
define( 'ISQ_LINK1_NAME', '' );
|
||||
define( 'ISQ_LINK1_URL', '' );
|
||||
define( 'ISQ_LINK2_NAME', '' );
|
||||
define( 'ISQ_LINK2_URL', '' );
|
||||
define( 'ISQ_LINK3_NAME', '' );
|
||||
define( 'ISQ_LINK3_URL', '' );
|
||||
define( 'ISQ_LINK4_NAME', '' );
|
||||
define( 'ISQ_LINK4_URL', '' );
|
||||
define( 'ISQ_LINK5_NAME', '' );
|
||||
define( 'ISQ_LINK5_URL', '' );
|
||||
define( 'ISQ_LINK6_NAME', '' );
|
||||
define( 'ISQ_LINK6_URL', '' );
|
||||
define( 'ISQ_LINK7_NAME', '' );
|
||||
define( 'ISQ_LINK7_URL', '' );
|
||||
define( 'ISQ_LINK8_NAME', '' );
|
||||
define( 'ISQ_LINK8_URL', '' );
|
||||
define( 'ISQ_LINK9_NAME', '' );
|
||||
define( 'ISQ_LINK9_URL', '' );
|
||||
define( 'ISQ_LINK10_NAME', '' );
|
||||
define( 'ISQ_LINK10_URL', '' );
|
||||
// Menu- The width of ∞² menu allows you to have about 10 links
|
||||
// Leave empty to disable
|
||||
ISQ::$links = array(
|
||||
'name_1' => '',
|
||||
'url_1' => '',
|
||||
'name_2' => '',
|
||||
'url_2' => '',
|
||||
'name_3' => '',
|
||||
'url_3' => '',
|
||||
'name_4' => '',
|
||||
'url_4' => '',
|
||||
'name_5' => '',
|
||||
'url_5' => '',
|
||||
'name_6' => '',
|
||||
'url_6' => '',
|
||||
'name_7' => '',
|
||||
'url_7' => '',
|
||||
'name_8' => '',
|
||||
'url_8' => '',
|
||||
'name_9' => '',
|
||||
'url_9' => '',
|
||||
'name_10' => '',
|
||||
'url_10' => ''
|
||||
);
|
||||
|
||||
// Social sharing
|
||||
// 1 to enable, 0 to disable
|
||||
ISQ::$social = array(
|
||||
'facebook' => 1,
|
||||
'twitter' => 1,
|
||||
'plus' => 1,
|
||||
'linkedin' => 1
|
||||
);
|
||||
?>
|
||||
|
||||
BIN
public/img/plus.png
Normal file
BIN
public/img/plus.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
@@ -154,3 +154,6 @@ div#sharebox {
|
||||
width:600px;
|
||||
margin-top: 20px
|
||||
}
|
||||
.error {
|
||||
color:red;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user