Merge pull request #161 from kellerwhy/patch-1
Make mod/recent_posts.html respect $config['dir']['res']
This commit is contained in:
commit
63e88e2474
@ -11,7 +11,7 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
{% set thread = post.thread %}
|
{% set thread = post.thread %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="post-wrapper" data-board="{{ post.board }}"><hr/><a class="eita-link" id="eita-{{ post.board }}-{{ thread }}" href="?/{{ post.board }}/res/{{ thread }}.html#{{ post.id }}">/{{ post.board }}/{{ post.id }}</a><br>
|
<div class="post-wrapper" data-board="{{ post.board }}"><hr/><a class="eita-link" id="eita-{{ post.board }}-{{ thread }}" href="?/{{ post.board }}/{{ config.dir.res }}{{ thread }}.html#{{ post.id }}">/{{ post.board }}/{{ post.id }}</a><br>
|
||||||
{{ post.built }}
|
{{ post.built }}
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user