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/player.phtml | |
parent | c3a21ba38664d89d946b849f8a3c36941bc72e12 (diff) |
move player templates to subfolder
Diffstat (limited to 'template/player.phtml')
-rw-r--r-- | template/player.phtml | 2 |
1 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 |