PHP Classes

File: Config/paths.php

Recommend this page to a friend!
  Classes of mohammad anzawi   PHP Multilingual Support Library   Config/paths.php   Download  
File: Config/paths.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Multilingual Support Library
Translate texts for Web sites from JSON or DB
Author: By
Last change:
Date: 3 years ago
Size: 165 bytes
 

Contents

Class file image Download
<?php

/**
 * directory paths for (languages and flags)
 */

return [
   
'lang_files' => __DIR__ . '/../local/languages/',
   
'flags' => __DIR__ . '/../local/flags/',
];