Skip to content

Commit

Permalink
Update config files
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Sep 11, 2020
1 parent 19e1410 commit c938741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/forms.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$config = [
return [
'fieldset' => '{{content}}',

'formGroup' => '{{label}}<div class="col-sm-10">{{input}}{{error}}</div>',
Expand Down
2 changes: 1 addition & 1 deletion config/paginator.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$config = [
return [
'nextActive' => '<li class="next active"><a rel="next" href="{{url}}">{{text}}</a></li>',
'prevActive' => '<li class="prev active"><a rel="prev" href="{{url}}">{{text}}</a></li>',
];

0 comments on commit c938741

Please sign in to comment.