diff --git a/plugins/klj_adfly/init.php b/plugins/klj_adfly/init.php index 5bd564b..47a5443 100644 --- a/plugins/klj_adfly/init.php +++ b/plugins/klj_adfly/init.php @@ -218,7 +218,7 @@ $kleeja_plugin['klj_adfly']['functions'] = array( * special functions */ -if (!function_exists('genera_klj_adfly_link')) { +if (!function_exists('generate_klj_adfly_link')) { function generate_klj_adfly_link($link) { global $config; diff --git a/styles/bootstrap_black/css/index.html b/styles/bootstrap_black/css/index.html new file mode 100755 index 0000000..3b794e0 --- /dev/null +++ b/styles/bootstrap_black/css/index.html @@ -0,0 +1 @@ +Powered by Kleeja


403 - Access forbidden!


Powered by Kleeja >>> the best uploader ... >> Bugs | Plugins | Styles |
\ No newline at end of file diff --git a/styles/bootstrap_black/css/stylesheet.css b/styles/bootstrap_black/css/stylesheet.css new file mode 100755 index 0000000..6e20252 --- /dev/null +++ b/styles/bootstrap_black/css/stylesheet.css @@ -0,0 +1,17 @@ +/** + * Kleeja team + * 2017 + */ + +.btn-primary{ + background-color: #1b1e21; + border-color: #1b1e21; +} + +.btn-outline-primary{ + border-color: #1b1e21; + color: #1b1e21 !important; +} +.btn-outline-primary span{ + color: #1b1e21 !important; +} \ No newline at end of file diff --git a/styles/bootstrap_black/header.html b/styles/bootstrap_black/header.html new file mode 100755 index 0000000..d985885 --- /dev/null +++ b/styles/bootstrap_black/header.html @@ -0,0 +1,105 @@ + + + + + + + + + {title}(title? - :){config.sitename} + + + + + + + + + + + + + + + + + + + + + + {EXTRA_CODE_META} + + + + + + + + + + + + + +
+ + + +
{extras.header}
+
+ + + diff --git a/styles/bootstrap_black/index.html b/styles/bootstrap_black/index.html new file mode 100755 index 0000000..b1b0e29 --- /dev/null +++ b/styles/bootstrap_black/index.html @@ -0,0 +1,58 @@ + + + + + Powered by Kleeja + + +
+
+

+ +

+
+

403 - Access forbidden!

+
+
Powered by Kleeja
+ + \ No newline at end of file diff --git a/styles/bootstrap_black/info.txt b/styles/bootstrap_black/info.txt new file mode 100755 index 0000000..327c8d4 --- /dev/null +++ b/styles/bootstrap_black/info.txt @@ -0,0 +1,28 @@ +# +# This is a configuration file of the style. +# Change those values when you create +# your style ... +# + +#Style name +name = Bootstrap Black + +#Style desc +desc:en = Based on Bootstarp style, black version +desc:ar = مبني على بوتسراب، النسخة السوداء + + +#Style copyright +copyright = 2017 Kleeja.com + +#Version of style +version = 1.0 + +#Min. required version of kleeja +kleeja_version = 2.0 + +#name of the style required by this style +depend_on = bootstrap + +#plugins required to install this style +#plugins_required = test, test2 diff --git a/styles/bootstrap_black/screenshot.png b/styles/bootstrap_black/screenshot.png new file mode 100644 index 0000000..79f92b9 Binary files /dev/null and b/styles/bootstrap_black/screenshot.png differ