mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-26 13:20: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 %>)
|
if (<%= user2.admin %>)
|
||||||
alert("Making admin of '<%= user2.name %>'' is success");
|
alert("Making admin of '<%= user2.name %>'' is success");
|
||||||
</script>
|
</script>
|
||||||
|
<!-- This website is powered by AKF-Forum -->
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -31,6 +31,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- This website is powered by AKF-Forum -->
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -30,6 +30,7 @@
|
||||||
<input type="submit" value="Login">
|
<input type="submit" value="Login">
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
<!-- This website is powered by AKF-Forum -->
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -42,6 +42,7 @@
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- This website is powered by AKF-Forum -->
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -38,6 +38,7 @@
|
||||||
<input type="submit" value="Register">
|
<input type="submit" value="Register">
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
<!-- This website is powered by AKF-Forum -->
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -85,6 +85,7 @@
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- This website is powered by AKF-Forum -->
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -40,6 +40,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- This website is powered by AKF-Forum -->
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -75,6 +75,7 @@
|
||||||
</form>
|
</form>
|
||||||
<% }; %>
|
<% }; %>
|
||||||
|
|
||||||
|
<!-- This website is powered by AKF-Forum -->
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -41,6 +41,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- This website is powered by AKF-Forum -->
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue