diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-24 11:41:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-24 11:41:39 +0300 |
commit | a8151acf92fba0e0c8b09e7f04dbb7a4bc89834a (patch) | |
tree | 1c12f772c9c060c35868958db5f82dddbace84f2 /hercules/templates/pet.tpl | |
parent | 1a381b5f46aa8708dfc5fe96ccb8dd8cfdddb2f2 (diff) | |
download | evol-tools-a8151acf92fba0e0c8b09e7f04dbb7a4bc89834a.tar.gz evol-tools-a8151acf92fba0e0c8b09e7f04dbb7a4bc89834a.tar.bz2 evol-tools-a8151acf92fba0e0c8b09e7f04dbb7a4bc89834a.tar.xz evol-tools-a8151acf92fba0e0c8b09e7f04dbb7a4bc89834a.zip |
hercules: add pets.xml generation.
Diffstat (limited to 'hercules/templates/pet.tpl')
-rw-r--r-- | hercules/templates/pet.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hercules/templates/pet.tpl b/hercules/templates/pet.tpl new file mode 100644 index 0000000..e328137 --- /dev/null +++ b/hercules/templates/pet.tpl @@ -0,0 +1,3 @@ + <pet id="{0}"> + {1} + </pet> |