diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2014-03-05 18:29:07 -0600 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2014-03-05 18:29:07 -0600 |
commit | 9b1b57c649e11fd571f7d928333427b5a044c9ce (patch) | |
tree | 65b24a1358034fb2b1c24bce3ad8eb8cc1543cb4 /phpBB/styles/subsilver2/template/profilefields/string.html | |
parent | 3ece3223e42f8b7f91285c924c61f77a6b1afbdd (diff) | |
parent | 3e52d780ba462e2f1a9d3324fc79f7b442df4b15 (diff) | |
download | forums-9b1b57c649e11fd571f7d928333427b5a044c9ce.tar forums-9b1b57c649e11fd571f7d928333427b5a044c9ce.tar.gz forums-9b1b57c649e11fd571f7d928333427b5a044c9ce.tar.bz2 forums-9b1b57c649e11fd571f7d928333427b5a044c9ce.tar.xz forums-9b1b57c649e11fd571f7d928333427b5a044c9ce.zip |
Merge pull request #2080 from nickvergessen/ticket/12243
[Ticket/12243] subsilver2 is missing profile field files
Diffstat (limited to 'phpBB/styles/subsilver2/template/profilefields/string.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/profilefields/string.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/profilefields/string.html b/phpBB/styles/subsilver2/template/profilefields/string.html new file mode 100644 index 0000000000..5a98562e2a --- /dev/null +++ b/phpBB/styles/subsilver2/template/profilefields/string.html @@ -0,0 +1,3 @@ +<!-- BEGIN string --> + <input type="text" class="post" name="{string.FIELD_IDENT}" size="{string.FIELD_LENGTH}" maxlength="{string.FIELD_MAXLEN}" value="{string.FIELD_VALUE}" /> +<!-- END string --> |