From 9533cb2461d35e4a4951d9822454724cf6b8bd1e Mon Sep 17 00:00:00 2001 From: Faded Date: Tue, 16 Sep 2014 13:53:46 -0700 Subject: [PATCH] Added a few copyrights, footer and index. --- docs/ElunaDoc/templates/_base.html | 1 + docs/ElunaDoc/templates/index.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/ElunaDoc/templates/_base.html b/docs/ElunaDoc/templates/_base.html index db2089c..6898636 100644 --- a/docs/ElunaDoc/templates/_base.html +++ b/docs/ElunaDoc/templates/_base.html @@ -99,5 +99,6 @@ +
©2014 - Eluna Lua Engine
\ No newline at end of file diff --git a/docs/ElunaDoc/templates/index.html b/docs/ElunaDoc/templates/index.html index e39015c..49c4cac 100644 --- a/docs/ElunaDoc/templates/index.html +++ b/docs/ElunaDoc/templates/index.html @@ -9,10 +9,10 @@ {% block content %}

- The Eluna Engine API + The Eluna Lua Engine© API

- The Eluna Engine's API allows you to add your own Lua code to be executed when certain events (called "hooks") occur. + The Eluna Lua Engine© API allows you to add your own Lua code to be executed when certain events (called "hooks") occur.

Add a new in-game command, give life to creatures with new AI, or even light players who try to duel on fire!