+ config->item('remove_shorturl_checkbox') == false)
+ {
+ ?>
- 'snipurl', 'id' => 'snipurl', 'value' => '1', 'tabindex' => '5', 'checked' => $snipurl_set);
- if ($this->config->item('disable_shorturl')){
- $set['checked'] = 0;
- $set['disabled'] = 'disabled';
- }
- echo form_checkbox($set);
- ?>
+ 'snipurl', 'id' => 'snipurl', 'value' => '1', 'tabindex' => '5', 'checked' => $snipurl_set);
+ if ($this->config->item('disable_shorturl')){
+ $set['checked'] = 0;
+ $set['disabled'] = 'disabled';
+ }
+ echo form_checkbox($set);
+ ?>
+
diff --git a/htdocs/themes/geocities/views/defaults/paste_form.php b/htdocs/themes/geocities/views/defaults/paste_form.php
index eaef869..ee0b8e8 100644
--- a/htdocs/themes/geocities/views/defaults/paste_form.php
+++ b/htdocs/themes/geocities/views/defaults/paste_form.php
@@ -59,15 +59,18 @@
diff --git a/htdocs/themes/stikkedizr/views/defaults/paste_form.php b/htdocs/themes/stikkedizr/views/defaults/paste_form.php
index 2c7b8f4..de62ca8 100644
--- a/htdocs/themes/stikkedizr/views/defaults/paste_form.php
+++ b/htdocs/themes/stikkedizr/views/defaults/paste_form.php
@@ -73,15 +73,18 @@