This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| $templates = array(); | |
| ob_start(); | |
| //*** AUTHOR | |
| ?><a class="post_author" href="%author_url%">%author%</a><?php | |
| $templates['author'] = ob_get_contents(); | |
| ob_clean(); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | $main->add_element('Ugallery', array( | |
| 'columns' => 20, | |
| 'id' => 'main-module3-Ugallery', | |
| 'rows' => 27, | |
| 'margin_top' => 0, | |
| 'margin_left' => 2, | |
| 'margin_bottom' => 0, | |
| 'margin_right' => 0, | |
| 'options' => array( | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| $header = upfront_create_region( | |
| array( | |
| "name" => "header", | |
| "title" => "Header", | |
| "type" => "wide", | |
| "scope" => "local" | |
| ), | |
| array( | |
| "row" => 24, | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | diff --git a/library/class_upfront_theme.php b/library/class_upfront_theme.php | |
| index d3559e0..188d532 100644 | |
| --- a/library/class_upfront_theme.php | |
| +++ b/library/class_upfront_theme.php | |
| @@ -80,19 +80,19 @@ class Upfront_Theme { | |
| return $this->regions; | |
| } | |
| - public function get_default_layout($cascade, $layout_slug = "", $add_global_regions = false) { | |
| + public function get_default_layout($cascade, $layout_slug = "") { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | $main->add_element('ThisPage', array( | |
| 'id' => 'default-page-title', | |
| 'columns' => 24, | |
| 'rows' => 3, | |
| 'margin_top' => 3, | |
| 'options' => array( | |
| 'display' => 'title', | |
| 'disable_resize' => false, | |
| 'disable_drag' => false | |
| ), | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | | |~upfront-gallery/ | |
| | | |+css/ | |
| | | |+img/ | |
| | | |~js/ | |
| | | | |~settings/ | |
| | | | | |-layout-panel.js | |
| | | | | `-thumbnail-fields.js | |
| | | | |~templates/ | |
| | | | | |-label-editor-template.html | |
| | | | | |-label-selector-template.html | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | javascript: (function() { var imageMaxWidth = 800; var parseForImages = function(node) { if (node.tagName === 'IMG' && node.width > imageMaxWidth) { node.style.maxWidth = imageMaxWidth + 'px'; return; } if (node.children) { for (var i = 0; i < node.children.length; i++) { parseForImages(node.children[i]); } } }; var messages = document.getElementsByClassName('adn'); for (var i = 0; i < messages.length; i++) { parseForImages(messages[i]); } })(); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | lsdkjfsdklf | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| case "$1" in | |
| "IncsubVagrant") cd ~/IncsubProjects | |
| echo "Bringing Vagrant up... " | |
| vagrant up | |
| fish | |
| ;; | |
| "Upfront") cd ~/IncsubProjects/www/wordpress-default/wp-content/themes/upfront | |
| echo "Checking out newest Upfront..." | |
| git pull --rebase | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | projekat | |
| |-- partials | |
| | |-- header.php | |
| | +-- footer.php | |
| | | |
| |-- index.php | |
| |-- gallery.php | |
| |-- about.php | |
| |-- founders.php | |
| | |