This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
kiduc
/
bibiuc.com
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
59
Wiki
Activity
Browse Source
Update config-reading.html.php
pull/436/head
danpros
4 years ago
parent
665ad9aa83
commit
355f904920
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
system/admin/views/config-reading.html.php
+ 1
- 1
system/admin/views/config-reading.html.php
View File
@ -66,7 +66,7 @@
<
div
class
=
"
form-group row
"
>
<
label
for
=
"
read.more
"
class
=
"
col-sm-2 col-form-label
"
>
Read
more
text
</
label
>
<
div
class
=
"
col-sm-10
"
>
<
input
type
=
"
text
"
name
=
"
-config-read.more
"
class
=
"
form-control
"
id
=
"
read.more
"
value
=
"
<?php echo config('read.more');?>
"
placeholder
=
"
Read more
"
>
<
input
type
=
"
text
"
name
=
"
-config-read.more
"
class
=
"
form-control
"
id
=
"
read.more
"
value
=
"
<?php echo
valueMaker(
config('read.more'
)
);?>
"
placeholder
=
"
Read more
"
>
</
div
>
</
div
>
<
br
>
Write
Preview
Loading…
Cancel
Save