diff options
author | MaZderMind | 2014-10-18 14:31:23 +0200 |
---|---|---|
committer | MaZderMind | 2014-10-18 14:31:23 +0200 |
commit | ebaecb018a797ac9bf29ca6731dedf2cc89b2441 (patch) | |
tree | 98ea91db6f83c2cf8b7c92e029706793b963a5be /template | |
parent | c3a21ba38664d89d946b849f8a3c36941bc72e12 (diff) |
move player templates to subfolder
Diffstat (limited to 'template')
-rw-r--r-- | template/player.phtml | 2 | ||||
-rw-r--r-- | template/players/video.phtml (renamed from template/assemblies/player-video.phtml) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/template/player.phtml b/template/player.phtml index f663213..9fe7bfb 100644 --- a/template/player.phtml +++ b/template/player.phtml @@ -1,2 +1,2 @@ A Player:<br /> -<? include("player-$playertype.phtml") ?>
\ No newline at end of file +<? include("players/$playertype.phtml") ?>
\ No newline at end of file diff --git a/template/assemblies/player-video.phtml b/template/players/video.phtml index 824a776..824a776 100644 --- a/template/assemblies/player-video.phtml +++ b/template/players/video.phtml |