updated saimod_webcraft_gallery, small code-style-fixes
This commit is contained in:
parent
eb1cec1715
commit
08e45c9a2d
@ -1,13 +1,5 @@
|
||||
function init_contact(){
|
||||
drawmap();
|
||||
|
||||
$('.flexslider').flexslider({
|
||||
animation: "slide",
|
||||
directionNav: true,
|
||||
controlNav: false,
|
||||
slideshow: true,
|
||||
animationLoop: true
|
||||
});
|
||||
}
|
||||
|
||||
var map;
|
||||
|
||||
@ -5,8 +5,9 @@ class default_impressions implements SYSTEM\PAGE\Page {
|
||||
public static function meta(){
|
||||
return \SYSTEM\PAGE\text::tag('meta_impressions');}
|
||||
|
||||
public static function css() {return array();}
|
||||
public static function js() {return array(new PPAGE('default_impressions/js/default_impressions.js'));}
|
||||
public static function css(){return array();}
|
||||
public static function js(){
|
||||
return array(new PPAGE('default_impressions/js/default_impressions.js'));}
|
||||
|
||||
public function html(){
|
||||
$vars = array();
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="fragment" content="!">
|
||||
<meta property="og:url" content="http://www.blue-danube-massage.de" />
|
||||
<meta property="og:url" content="http://www.blue-danube-massage.de"/>
|
||||
<meta name="description" content="${meta_start_description}">
|
||||
<meta name="author" content="${meta_start_author}">
|
||||
<meta name="keywords" content="${meta_start_keywords}">
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 39996918b2cd2bd3e0a471bbff8d285603a98844
|
||||
Subproject commit 96113133728334f331bb760439d66fb50d5deb43
|
||||
Reference in New Issue
Block a user