diff --git a/inc/config.php b/inc/config.php index e6e81da3..b99df814 100644 --- a/inc/config.php +++ b/inc/config.php @@ -449,4 +449,5 @@ // $config['url_stylesheet'] = 'http://static.example.org/style.css'; // $config['url_javascript'] = 'http://static.example.org/script.js'; // $config['url_banner'] = '/banner.php'; + // $config['url_favicon'] = '/favicon.gif'; ?> \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 30cb3259..1e7f7a25 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,6 +2,7 @@ + {config[url_favicon]?} {board[url]} - {board[name]} diff --git a/templates/page.html b/templates/page.html index f83f0191..6f4e288a 100644 --- a/templates/page.html +++ b/templates/page.html @@ -2,6 +2,7 @@ + {config[url_favicon]?} {title} diff --git a/templates/thread.html b/templates/thread.html index e8df7647..4df828c6 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -2,6 +2,7 @@ + {config[url_favicon]?} {board[url]} - {board[name]}