From a34c3c93abe984aa7fa633992b14626e25d47451 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Sun, 1 Feb 2015 16:54:42 +0100 Subject: [PATCH] Add a configuration part for header title and logo --- lithophane/index.html | 9 +++++++-- lithophane/js/lithophane-config.js | 2 ++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 lithophane/js/lithophane-config.js diff --git a/lithophane/index.html b/lithophane/index.html index 6c145df..9d12333 100644 --- a/lithophane/index.html +++ b/lithophane/index.html @@ -25,11 +25,12 @@ --> - 3DP Rocks - Lithophane generator + 3DP Rocks - Lithophane generator - + + @@ -165,5 +166,9 @@ var lithophane=new LITHO.Lithophane(); lithophane.initPage(); + diff --git a/lithophane/js/lithophane-config.js b/lithophane/js/lithophane-config.js new file mode 100644 index 0000000..e21af7c --- /dev/null +++ b/lithophane/js/lithophane-config.js @@ -0,0 +1,2 @@ +var title = "Image to Lithophane"; +var logo = "images/logo.png"