shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

pathReplaces.php (435B)


      1 <?php
      2 
      3 /**
      4 *  File for path replacements in xml paths. Examples:
      5 *
      6 *  $replaces[] = array('~^admin\b~', 'admin123'); // This replaces the admin folder name for use when admin folder's renamed
      7 *  $replaces[] = array('~\btheme/default\b~', 'theme/my-theme-name'); // Theme name replace to apply mods to your theme
      8 *
      9 *  Place your replaces between the START and END lines below
     10 **/
     11 
     12 
     13 // START REPLACES //
     14 
     15 // END REPLACES //