mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-19 04:03:26 +02:00
* moved forum.new_post to twig templates
* moved forum functions to Forum class * minimum PHP version to install AAC is now 5.3.0 cause of Anonymous functions used by Twig
This commit is contained in:
@@ -14,8 +14,7 @@
|
||||
<td>
|
||||
<select name="char_id"><option value="0">(Choose character)</option>
|
||||
{% for player in players %}
|
||||
<option value="{{ player.id }}"
|
||||
{% if player.id == post_player_id %} selected="selected"{% endif %}>{{ player.name }}</option>
|
||||
<option value="{{ player.id }}"{% if player.id == post_player_id %} selected="selected"{% endif %}>{{ player.name }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user