@@ -591,15 +591,15 @@ protected function gatherPatternInfo() {
591
591
* Mustache patterns
592
592
*************************************/
593
593
594
- $ patternFull = $ object ->getFilename (); // 00-colors.mustache
595
- $ pattern = str_replace (".mustache " ,"" ,$ patternFull ); // 00-colors
594
+ $ patternFull = $ object ->getFilename (); // 00-colors.mustache
595
+ $ pattern = str_replace (".mustache " ,"" ,$ patternFull ); // 00-colors
596
596
597
597
if ($ patternSubtypeSet ) {
598
598
$ patternPath = $ patternType .$ dirSep .$ patternSubtype .$ dirSep .$ pattern ; // 00-atoms/01-global/00-colors
599
- $ patternPathDash = str_replace ($ dirSep ,"- " ,$ patternPath ); // 00-atoms-01-global-00-colors (file path)
599
+ $ patternPathDash = str_replace ($ dirSep ,"- " ,$ patternPath ); // 00-atoms-01-global-00-colors (file path)
600
600
} else {
601
- $ patternPath = $ patternType .$ dirSep .$ pattern ; // 00-atoms/00-colors
602
- $ patternPathDash = str_replace ($ dirSep ,"- " ,$ patternPath ); // 00-atoms-00-colors (file path)
601
+ $ patternPath = $ patternType .$ dirSep .$ pattern ; // 00-atoms/00-colors
602
+ $ patternPathDash = str_replace ($ dirSep ,"- " ,$ patternPath ); // 00-atoms-00-colors (file path)
603
603
}
604
604
605
605
// track to see if this pattern should get rendered
@@ -671,11 +671,11 @@ protected function gatherPatternInfo() {
671
671
672
672
// add to patternPaths
673
673
if ($ patternSubtypeSet ) {
674
- $ patternPath = $ patternType .$ dirSep .$ patternSubtype .$ dirSep .$ pattern ; // 00-atoms/01-global/00-colors
675
- $ patternPathDash = str_replace ($ dirSep ,"- " ,$ patternPath ); // 00-atoms-01-global-00-colors (file path)
674
+ $ patternPath = $ patternType .$ dirSep .$ patternSubtype .$ dirSep .$ pattern ; // 00-atoms/01-global/00-colors
675
+ $ patternPathDash = str_replace ($ dirSep ,"- " ,$ patternPath ); // 00-atoms-01-global-00-colors (file path)
676
676
} else {
677
- $ patternPath = $ patternType .$ dirSep .$ pattern ; // 00-atoms/00-colors
678
- $ patternPathDash = str_replace ($ dirSep ,"- " ,$ patternPath ); // 00-atoms-00-colors (file path)
677
+ $ patternPath = $ patternType .$ dirSep .$ pattern ; // 00-atoms/00-colors
678
+ $ patternPathDash = str_replace ($ dirSep ,"- " ,$ patternPath ); // 00-atoms-00-colors (file path)
679
679
}
680
680
681
681
// add all patterns to patternPaths
0 commit comments