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

📁 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
Wow
1
2 Comments 0 Shares 352 Views 0 Reviews
Sponsored