Skip to content

Commit

Permalink
Renamed templates from "*-default.php" to "*-standard.php"
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Dec 26, 2017
1 parent fe5b58e commit e0af174
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion admin/jsonadm/src/Admin/JsonAdm/Coupon/Config/Standard.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public function get( ServerRequestInterface $request, ResponseInterface $respons
* @category Developer
*/
$tplconf = 'admin/jsonadm/coupon/config/template-get';
$default = 'config-default.php';
$default = 'config-standard.php';

$body = $view->render( $view->config( $tplconf, $default ) );

Expand Down
2 changes: 1 addition & 1 deletion admin/jsonadm/src/Admin/JsonAdm/Plugin/Config/Standard.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public function get( ServerRequestInterface $request, ResponseInterface $respons
* @category Developer
*/
$tplconf = 'admin/jsonadm/plugin/config/template-get';
$default = 'config-default.php';
$default = 'config-standard.php';

$body = $view->render( $view->config( $tplconf, $default ) );

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public function get( ServerRequestInterface $request, ResponseInterface $respons
* @category Developer
*/
$tplconf = 'admin/jsonadm/service/config/template-get';
$default = 'config-default.php';
$default = 'config-standard.php';

$body = $view->render( $view->config( $tplconf, $default ) );

Expand Down
14 changes: 7 additions & 7 deletions admin/jsonadm/src/Admin/JsonAdm/Standard.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function delete( ServerRequestInterface $request, ResponseInterface $resp
* @see admin/jsonadm/standard/template-options
*/
$tplconf = 'admin/jsonadm/standard/template-delete';
$default = 'delete-default.php';
$default = 'delete-standard.php';

$body = $view->render( $view->config( $tplconf, $default ) );

Expand Down Expand Up @@ -162,7 +162,7 @@ public function get( ServerRequestInterface $request, ResponseInterface $respons
* @see admin/jsonadm/standard/template-options
*/
$tplconf = 'admin/jsonadm/standard/template-aggregate';
$default = 'aggregate-default.php';
$default = 'aggregate-standard.php';
}
else
{
Expand Down Expand Up @@ -192,7 +192,7 @@ public function get( ServerRequestInterface $request, ResponseInterface $respons
* @see admin/jsonadm/standard/template-options
*/
$tplconf = 'admin/jsonadm/standard/template-get';
$default = 'get-default.php';
$default = 'get-standard.php';
}

$body = $view->render( $view->config( $tplconf, $default ) );
Expand Down Expand Up @@ -270,7 +270,7 @@ public function patch( ServerRequestInterface $request, ResponseInterface $respo
* @see admin/jsonadm/standard/template-options
*/
$tplconf = 'admin/jsonadm/standard/template-patch';
$default = 'patch-default.php';
$default = 'patch-standard.php';

$body = $view->render( $view->config( $tplconf, $default ) );

Expand Down Expand Up @@ -347,7 +347,7 @@ public function post( ServerRequestInterface $request, ResponseInterface $respon
* @see admin/jsonadm/standard/template-options
*/
$tplconf = 'admin/jsonadm/standard/template-post';
$default = 'post-default.php';
$default = 'post-standard.php';

$body = $view->render( $view->config( $tplconf, $default ) );

Expand Down Expand Up @@ -399,7 +399,7 @@ public function put( ServerRequestInterface $request, ResponseInterface $respons
* @see admin/jsonadm/standard/template-options
*/
$tplconf = 'admin/jsonadm/standard/template-put';
$default = 'put-default.php';
$default = 'put-standard.php';

$body = $view->render( $view->config( $tplconf, $default ) );

Expand Down Expand Up @@ -484,7 +484,7 @@ public function options( ServerRequestInterface $request, ResponseInterface $res
* @see admin/jsonadm/standard/template-put
*/
$tplconf = 'admin/jsonadm/standard/template-options';
$default = 'options-default.php';
$default = 'options-standard.php';

$body = $view->render( $view->config( $tplconf, $default ) );

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e0af174

Please sign in to comment.