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
Bestandstype: zip
Wow
1
2 Reacties 0 aandelen 406 Views 0 voorbeeld
Sponsor