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
Tipo di file: zip
Wow
1
2 Commenti 0 condivisioni 398 Views 0 Anteprima
Sponsorizzato