diff --git a/conf/lang/en-EN.php b/conf/lang/en-EN.php index d5638f2..e6c0a34 100644 --- a/conf/lang/en-EN.php +++ b/conf/lang/en-EN.php @@ -23,6 +23,8 @@ class language var $comments = "Comments"; var $wotd = "Word of the day"; + var $gallery = "Gallery"; + function language() { $vars = get_class_vars(__CLASS__); diff --git a/conf/lang/fr-FR.php b/conf/lang/fr-FR.php index e6168f1..00cc2e5 100644 --- a/conf/lang/fr-FR.php +++ b/conf/lang/fr-FR.php @@ -22,6 +22,8 @@ class language var $forum_error = "Impossible de lire les commentaires"; var $comments = "Commentaires"; var $wotd = "Dernier message du webmaster"; + + var $gallery = "Galerie"; function language() { diff --git a/strip_manager.php b/strip_manager.php index 8661fdd..497bbf8 100644 --- a/strip_manager.php +++ b/strip_manager.php @@ -151,6 +151,10 @@ class strip_manager * First */ var $nav_first = 0; + /** + * First + */ + var $nav_gallery = "gallery.php"; /** * Variable concerning the current strip diff --git a/template/lego/template.html b/template/lego/template.html index 7ddf021..03d2510 100644 --- a/template/lego/template.html +++ b/template/lego/template.html @@ -51,6 +51,7 @@