first commit

This commit is contained in:
sujan
2024-08-06 18:06:00 +05:45
commit a2fa49071a
2745 changed files with 391199 additions and 0 deletions

View File

@ -0,0 +1,21 @@
<?php
// Heading
$_['heading_title'] = 'Account';
// Text
$_['text_register'] = 'Register';
$_['text_login'] = 'Login';
$_['text_logout'] = 'Logout';
$_['text_forgotten'] = 'Forgotten Password';
$_['text_account'] = 'My Account';
$_['text_edit'] = 'Edit Account';
$_['text_password'] = 'Password';
$_['text_address'] = 'Address Book';
$_['text_wishlist'] = 'Wish List';
$_['text_order'] = 'Order History';
$_['text_download'] = 'Downloads';
$_['text_reward'] = 'Reward Points';
$_['text_return'] = 'Returns';
$_['text_transaction'] = 'Transactions';
$_['text_newsletter'] = 'Newsletter';
$_['text_subscription'] = 'Subscriptions';

View File

@ -0,0 +1,3 @@
<?php
// Heading
$_['heading_title'] = 'Best Sellers';

View File

@ -0,0 +1,3 @@
<?php
// Heading
$_['heading_title'] = 'Categories';

View File

@ -0,0 +1,3 @@
<?php
// Heading
$_['heading_title'] = 'Featured';

View File

@ -0,0 +1,3 @@
<?php
// Heading
$_['heading_title'] = 'Refine Search';

View File

@ -0,0 +1,7 @@
<?php
// Heading
$_['heading_title'] = 'Information';
// Text
$_['text_contact'] = 'Contact Us';
$_['text_sitemap'] = 'Site Map';

View File

@ -0,0 +1,3 @@
<?php
// Heading
$_['heading_title'] = 'Latest';

View File

@ -0,0 +1,3 @@
<?php
// Heading
$_['heading_title'] = 'Specials';

View File

@ -0,0 +1,7 @@
<?php
// Heading
$_['heading_title'] = 'Choose a Store';
// Text
$_['text_default'] = 'Default';
$_['text_store'] = 'Please choose the store you wish to visit.';