mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-26 05:10:41 +03:00
Add the comment line to every view
This commit is contained in:
parent
58891740fb
commit
40b5126b9d
9 changed files with 9 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
if (<%= user2.admin %>)
|
||||
alert("Making admin of '<%= user2.name %>'' is success");
|
||||
</script>
|
||||
<!-- This website is powered by AKF-Forum -->
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
|
||||
|
||||
<!-- This website is powered by AKF-Forum -->
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -30,6 +30,7 @@
|
|||
<input type="submit" value="Login">
|
||||
</form>
|
||||
|
||||
<!-- This website is powered by AKF-Forum -->
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -42,6 +42,7 @@
|
|||
</form>
|
||||
|
||||
|
||||
<!-- This website is powered by AKF-Forum -->
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -38,6 +38,7 @@
|
|||
<input type="submit" value="Register">
|
||||
</form>
|
||||
|
||||
<!-- This website is powered by AKF-Forum -->
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -85,6 +85,7 @@
|
|||
</form>
|
||||
|
||||
|
||||
<!-- This website is powered by AKF-Forum -->
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -40,6 +40,7 @@
|
|||
</ul>
|
||||
|
||||
|
||||
<!-- This website is powered by AKF-Forum -->
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -75,6 +75,7 @@
|
|||
</form>
|
||||
<% }; %>
|
||||
|
||||
<!-- This website is powered by AKF-Forum -->
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -41,6 +41,7 @@
|
|||
|
||||
|
||||
|
||||
<!-- This website is powered by AKF-Forum -->
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in a new issue