diff -r d9b714e33d89 -r 623960a74176 web/select.php --- a/web/select.php Mon Mar 19 12:14:47 2012 +0100 +++ b/web/select.php Mon Mar 19 12:46:43 2012 +0100 @@ -124,7 +124,40 @@ - + $rep) { + + include("$basepath$rep/config.php"); + + set_config_translations($config, $translate); + + $tail_img = $translate->_('config__archive_img'); + if(is_array($tail_img)) { + $tail_img = $tail_img[0]; + } + $archive_title = $translate->_('config__archive_title'); + if(is_array($archive_title)) { + $archive_title = $archive_title[0]; + } + $archive_description = $translate->_('config__archive_description'); + if(is_array($archive_description)) { + $archive_description = $archive_description[0]; + } + +?> +
+ + " width="270" height="150"/> + +

+

+
+