Folder Structure for the Addon
pgsql
Copy
Edit
addons/
└── business_directory/
├── admin/
│ └── templates/
│ └── business_directory.tpl
├── includes/
│ ├── functions.inc.php
│ └── ajax/
│ └── business_directory.php
├── templates/
│ └── business_directory.tpl
├── lang/
│ ├── english.php
│ └── arabic.php
├── js/
│ └── business_directory.js
├── css/
│ └── business_directory.css
└── manifest.json
pgsql
Copy
Edit
addons/
└── business_directory/
├── admin/
│ └── templates/
│ └── business_directory.tpl
├── includes/
│ ├── functions.inc.php
│ └── ajax/
│ └── business_directory.php
├── templates/
│ └── business_directory.tpl
├── lang/
│ ├── english.php
│ └── arabic.php
├── js/
│ └── business_directory.js
├── css/
│ └── business_directory.css
└── manifest.json
📁 Folder Structure for the Addon
pgsql
Copy
Edit
addons/
└── business_directory/
├── admin/
│ └── templates/
│ └── business_directory.tpl
├── includes/
│ ├── functions.inc.php
│ └── ajax/
│ └── business_directory.php
├── templates/
│ └── business_directory.tpl
├── lang/
│ ├── english.php
│ └── arabic.php
├── js/
│ └── business_directory.js
├── css/
│ └── business_directory.css
└── manifest.json
File Type: zip
