Update htaccess to include rewrite rules for non-existing files and directories
This commit is contained in:
@@ -133,15 +133,6 @@ ob_start();
|
||||
'checked' => $this -> article['show_date_add'] == 1 ? true : false
|
||||
)
|
||||
);?>
|
||||
<?= \Html::input(
|
||||
array(
|
||||
'label' => 'Data dodania',
|
||||
'class' => 'date-time',
|
||||
'name' => 'date_add',
|
||||
'id' => 'date_add',
|
||||
'value' => $this -> article['date_add']
|
||||
)
|
||||
);?>
|
||||
<?= \Html::input_switch(
|
||||
array(
|
||||
'label' => 'Pokaż datę modyfikacji',
|
||||
@@ -149,15 +140,6 @@ ob_start();
|
||||
'checked' => $this -> article['show_date_modify'] == 1 ? true : false
|
||||
)
|
||||
);?>
|
||||
<?= \Html::input(
|
||||
array(
|
||||
'label' => 'Data modyfikacji',
|
||||
'class' => 'date-time',
|
||||
'name' => 'date_modify',
|
||||
'id' => 'date_modify',
|
||||
'value' => $this -> article['date_modify']
|
||||
)
|
||||
);?>
|
||||
<?= \Html::input_switch(
|
||||
array(
|
||||
'label' => 'Powtórz wprowadzenie',
|
||||
|
||||
Reference in New Issue
Block a user