Skip to content

Commit

Permalink
Merge pull request #53 from Arhell/src
Browse files Browse the repository at this point in the history
update src folder links
  • Loading branch information
bizley authored Jan 14, 2024
2 parents 2b87b89 + 4b611ba commit b6c2914
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ public function blockDescription($params, $content, $template, &$repeat)
* Smarty function plugin
* Usage is the following:
*
* {registerJsFile url='http://maps.google.com/maps/api/js?sensor=false' position='POS_END'}
* {registerJsFile url='https://maps.google.com/maps/api/js?sensor=false' position='POS_END'}
*
* Supported attributes: url, key, depends, position and valid HTML attributes for the script tag.
* Refer to Yii documentation for details.
Expand Down
4 changes: 2 additions & 2 deletions src/ViewRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class ViewRenderer extends BaseViewRenderer
public $widgets = ['functions' => [], 'blocks' => []];
/**
* @var array additional Smarty options
* @see http://www.smarty.net/docs/en/api.variables.tpl
* @see https://www.smarty.net/docs/en/api.variables.tpl
*/
public $options = [];
/**
Expand Down Expand Up @@ -218,7 +218,7 @@ private function widgetBlock($class, $params, $content, \Smarty_Internal_Templat
} else {
$out = '';
}

return ob_get_clean() . $out;
}
}
Expand Down

0 comments on commit b6c2914

Please sign in to comment.