From bc36a00322599cc937f1d5a1d733d30b6271c259 Mon Sep 17 00:00:00 2001 From: Brian O'Reilly Date: Sat, 1 Nov 2025 15:04:32 -0400 Subject: [PATCH] Change the template extension to match clip documentation --- template/{admin.chtml => admin.ctml} | 0 template/{audio-player-frame.chtml => audio-player-frame.ctml} | 0 template/{frameset-wrapper.chtml => frameset-wrapper.ctml} | 0 template/{front-page-content.chtml => front-page-content.ctml} | 0 template/{front-page.chtml => front-page.ctml} | 0 template/{login.chtml => login.ctml} | 0 template/partial/{now-playing.chtml => now-playing.ctml} | 0 template/{player-content.chtml => player-content.ctml} | 0 template/{player.chtml => player.ctml} | 0 template/{popout-player.chtml => popout-player.ctml} | 0 template/{profile.chtml => profile.ctml} | 0 template/{register.chtml => register.ctml} | 0 template/{users.chtml => users.ctml} | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename template/{admin.chtml => admin.ctml} (100%) rename template/{audio-player-frame.chtml => audio-player-frame.ctml} (100%) rename template/{frameset-wrapper.chtml => frameset-wrapper.ctml} (100%) rename template/{front-page-content.chtml => front-page-content.ctml} (100%) rename template/{front-page.chtml => front-page.ctml} (100%) rename template/{login.chtml => login.ctml} (100%) rename template/partial/{now-playing.chtml => now-playing.ctml} (100%) rename template/{player-content.chtml => player-content.ctml} (100%) rename template/{player.chtml => player.ctml} (100%) rename template/{popout-player.chtml => popout-player.ctml} (100%) rename template/{profile.chtml => profile.ctml} (100%) rename template/{register.chtml => register.ctml} (100%) rename template/{users.chtml => users.ctml} (100%) diff --git a/template/admin.chtml b/template/admin.ctml similarity index 100% rename from template/admin.chtml rename to template/admin.ctml diff --git a/template/audio-player-frame.chtml b/template/audio-player-frame.ctml similarity index 100% rename from template/audio-player-frame.chtml rename to template/audio-player-frame.ctml diff --git a/template/frameset-wrapper.chtml b/template/frameset-wrapper.ctml similarity index 100% rename from template/frameset-wrapper.chtml rename to template/frameset-wrapper.ctml diff --git a/template/front-page-content.chtml b/template/front-page-content.ctml similarity index 100% rename from template/front-page-content.chtml rename to template/front-page-content.ctml diff --git a/template/front-page.chtml b/template/front-page.ctml similarity index 100% rename from template/front-page.chtml rename to template/front-page.ctml diff --git a/template/login.chtml b/template/login.ctml similarity index 100% rename from template/login.chtml rename to template/login.ctml diff --git a/template/partial/now-playing.chtml b/template/partial/now-playing.ctml similarity index 100% rename from template/partial/now-playing.chtml rename to template/partial/now-playing.ctml diff --git a/template/player-content.chtml b/template/player-content.ctml similarity index 100% rename from template/player-content.chtml rename to template/player-content.ctml diff --git a/template/player.chtml b/template/player.ctml similarity index 100% rename from template/player.chtml rename to template/player.ctml diff --git a/template/popout-player.chtml b/template/popout-player.ctml similarity index 100% rename from template/popout-player.chtml rename to template/popout-player.ctml diff --git a/template/profile.chtml b/template/profile.ctml similarity index 100% rename from template/profile.chtml rename to template/profile.ctml diff --git a/template/register.chtml b/template/register.ctml similarity index 100% rename from template/register.chtml rename to template/register.ctml diff --git a/template/users.chtml b/template/users.ctml similarity index 100% rename from template/users.chtml rename to template/users.ctml