# usc-e-shop/1.3.7/templates/cart/maintenance.php

Welcart e-Commerce, version 1.3.7. 11 lines.

- Page: https://pluginprobe.com/plugins/usc-e-shop/1.3.7/code/templates/cart/maintenance.php
- Raw: https://pluginprobe.com/plugins/usc-e-shop/1.3.7/raw/templates/cart/maintenance.php
- Modified: 2011-12-13T08:55:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/usc-e-shop/1.3.7/code/templates/cart/maintenance.php#L10-L20`.

```php
<?php
$html = '<div id="maintenance-page">

<div class="post">
<p>'.__('Maintaining now', 'usces').'</p>
<p>'.__('Please wait for a while.', 'usces').'</p>
</div>

</div>';
?>

```
