tomekk před 4 roky
rodič
revize
89debd0dae
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      _inc/_header-suite-start.php
  2. 1 1
      _inc/_header.php

+ 1 - 1
_inc/_header-suite-start.php

@@ -1,7 +1,7 @@
 <?php 
 	$GLOBALS['offsetClass'] = "col-md-8 offset-md-2 col-lg-6 offset-lg-3 ch-ggs-web-suite-common-content";
 	$GLOBALS['offsetClassLg'] = "col-lg-10 offset-lg-1 col-xl-8 offset-xl-2 ch-ggs-web-suite-common-content";
-	$assets_version = '1.08';
+	$assets_version = '1.09';
 ?>
 
 <!doctype html>

+ 1 - 1
_inc/_header.php

@@ -2,7 +2,7 @@
 	$GLOBALS['offsetClass'] = "col-md-8 offset-md-2 col-lg-6 offset-lg-3";
 	$GLOBALS['classMainHasLeft'] = "col-md-8 col-lg-9";
 	$GLOBALS['classLeft'] = "col-md-4 col-lg-3 mt-5 mt-md-0";
-	$assets_version = '1.08';
+	$assets_version = '1.09';
 ?>
 
 <!doctype html>