Open: styles/prosilver/template/index_body.html
Find
Tip: This may be a partial find and not the whole line.
Code:
<!-- IF NEWEST_USER -->
<h3>{L_STATISTICS}</h3>
<p>{TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER}</p>
<!-- ENDIF -->
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code:
<!-- INCLUDE shout_body.html -->
Open: styles/prosilver/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.
Code:
</head>
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.
Code:
<script type="text/javascript" src="{U_SHOUT_STATIC}"></script>
<script type="text/javascript" src="{U_SHOUT_BBCODE}"></script>
<script type="text/javascript" src="{U_SHOUT}"></script>
Open: styles/prosilver/template/index_body.html
Find
Tip: This may be a partial find and not the whole line.
Code:
<!-- IF NEWEST_USER -->
<h3>{L_STATISTICS}</h3>
<p>{TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER}</p>
<!-- ENDIF -->
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code:
<!-- INCLUDE shout_body.html -->
Open: styles/prosilver/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.
Code:
</head>
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.
Code:
<script type="text/javascript" src="{U_SHOUT_STATIC}"></script>
<script type="text/javascript" src="{U_SHOUT_BBCODE}"></script>
<script type="text/javascript" src="{U_SHOUT}"></script>