-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tomasz Rondio
committed
Nov 19, 2014
1 parent
185f341
commit 5c205fc
Showing
9 changed files
with
69 additions
and
71 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,23 @@ | ||
|
||
{{ include file="_tpl/_html-head.tpl" }} | ||
|
||
|
||
{{ include file="_tpl/header.tpl" }} | ||
|
||
<div id="page" class="container"> | ||
|
||
<!-- Content --> | ||
<section id="content"> | ||
|
||
|
||
{{ render file="_tpl/section_cont.tpl" params=$gimme->url->get_parameter("ls-art0") }} | ||
|
||
</section> | ||
<!-- End Content --> | ||
|
||
|
||
</div> | ||
|
||
<script> | ||
var section_number = {{$gimme->section->number}}; | ||
var lang = '{{ $gimme->language->code }}'; | ||
</script> | ||
|
||
<script src="{{ url static_file='_js/infiniteScroll/progress.min.js' }}" type="text/javascript"></script> | ||
<script src="{{ url static_file='_js/under_backbone.js' }}" type="text/javascript"></script> | ||
<script src="{{ url static_file='_js/infiniteScroll/model_collection.js' }}" type="text/javascript"></script> | ||
<script src="{{ url static_file='_js/infiniteScroll/views.js' }}" type="text/javascript"></script> | ||
<script src="{{ url static_file='_js/infiniteScroll/app.js' }}" type="text/javascript"></script> | ||
|
||
{{ include file="_tpl/footer.tpl" }} | ||
{{ include file="_tpl/_html-foot.tpl" }} | ||
|
||
{{ include file="_tpl/_html-head.tpl" }} | ||
|
||
|
||
{{ include file="_tpl/header.tpl" }} | ||
|
||
<div id="page" class="container"> | ||
|
||
<!-- Content --> | ||
<section id="content"> | ||
|
||
|
||
{{ render file="_tpl/section_standard_cont.tpl" params=$gimme->url->get_parameter("ls-art0") }} | ||
|
||
</section> | ||
<!-- End Content --> | ||
|
||
|
||
</div> | ||
|
||
|
||
{{ include file="_tpl/footer.tpl" }} | ||
{{ include file="_tpl/_html-foot.tpl" }} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
|
||
{{ include file="_tpl/_html-head.tpl" }} | ||
|
||
|
||
{{ include file="_tpl/header.tpl" }} | ||
|
||
<div id="page" class="container"> | ||
|
||
<!-- Content --> | ||
<section id="content"> | ||
|
||
|
||
{{ render file="_tpl/section_cont.tpl" params=$gimme->url->get_parameter("ls-art0") }} | ||
|
||
</section> | ||
<!-- End Content --> | ||
|
||
|
||
</div> | ||
|
||
<script> | ||
var section_number = {{$gimme->section->number}}; | ||
var lang = '{{ $gimme->language->code }}'; | ||
</script> | ||
|
||
<script src="{{ url static_file='_js/infiniteScroll/progress.min.js' }}" type="text/javascript"></script> | ||
<script src="{{ url static_file='_js/under_backbone.js' }}" type="text/javascript"></script> | ||
<script src="{{ url static_file='_js/infiniteScroll/model_collection.js' }}" type="text/javascript"></script> | ||
<script src="{{ url static_file='_js/infiniteScroll/views.js' }}" type="text/javascript"></script> | ||
<script src="{{ url static_file='_js/infiniteScroll/app.js' }}" type="text/javascript"></script> | ||
|
||
{{ include file="_tpl/footer.tpl" }} | ||
{{ include file="_tpl/_html-foot.tpl" }} |
This file was deleted.
Oops, something went wrong.