{combine_css path="themes/bootstrap_darkroom/admin/css/admin.css"} {combine_script id='common' load='footer' path='admin/themes/default/js/common.js'}

Bootstrap Darkroom {$TABSHEET_TITLE}

{'Bootstrap theme'|@translate}
    • Darkroom
      {'Bootstrap Darkroom\'s custom dark color theme'|@translate}
      Bootswatch
      {'A color theme from'|@translate} https://bootswatch.com
      Material
      Material design {'from'|@translate} http://fezvrasta.github.io/bootstrap-material-design
      Default
      {'Bootstrap\'s default theme'|@translate}
      {'None'|@translate}
      {'No color theme'|@translate}
Slick Carousel {'Settings'|@translate}
  • {'Enable the slick carousel below the main image on the picture page'|@translate}.
  • ondemand {'will load the image as soon as you slide to it'|@translate}. progressive {'loads all images one after another when the page loads (use carefully!)'|@translate}.
  • {'Endlessly scroll through album images'|@translate}
  • {'Display the currently selected image in the middle. Works best with infinite looping enabled.'|@translate}
PhotoSwipe {'Settings'|@translate}
  • {'Enable PhotoSwipe fullscreen slideshow. Disable if you prefer to use Plugins like Fotorama or Piwigo\'s default slideshow.'|@translate}
  • {'milliseconds'|@translate}
  • {'For more information on metadata visit'|@translate} Wiki:EXIF-Metadata-in-PhotoSwipe
Jumbotron {'Settings'|@translate}
  • {'Show a jumbotron banner on the categroy pages.'|@translate}
{'Site logo'|@translate}
  • {'Display a site logo image instead of plain text'|@translate}
  • {'The path to the image, relative to your Piwigo installation folder'|@translate}
{'Quick search'|@translate}
{'Picture page display'|@translate}
  • {'Note: on mobile devices the Tabs are forced, because the Sidebar button would overlay the main picture.'|@translate}
{'Category page display'|@translate}
  • {'This will display categories as media wells with squared thumbnails, similar to the smartpocket mobile theme.'|@translate}
{'Thumbnail page display'|@translate}

{footer_script require="jquery"} var select_bootswatch = $("#bootswatch_theme"); var label_bootswatch = $("#bootswatch_theme_label"); var select_material = $("#material_color"); var label_material = $("#material_color_label"); var preview = $("#theme_preview"); var cur_theme = '{$theme_config_extra->bootswatch_theme}'; function getBootswatchThemes() { $.getJSON("https://bootswatch.com/api/3.json", function (data) { var themes = data.themes; select_bootswatch.show(); label_bootswatch.show(); themes.forEach(function(value, index){ $name = value.name; $lname = $name.toLowerCase(); select_bootswatch.append($("