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
| <?xml version="1.0" encoding="utf-8" ?> | |
| <software> | |
| <metadata> | |
| <name>keyteq-devcore</name> | |
| <info_url>http://git.keyteq.no/keyteq/keyteq-devcore</info_url> | |
| </metadata> | |
| <dependencies> | |
| <extends> | |
| <extension name="keyteq-ezcore" /> | |
| </extends> |
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
| {def $meta = hash( | |
| 'og:title', $node.name|wash(), | |
| 'og:description', $node.data_map.excerpt.content.output.output_text|striphtml()|trim() | |
| )} | |
| {* The template stuff... *} | |
| {include uri='design:meta/relay.tpl' meta=$meta} |
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
| {def | |
| $currentlanguage = ezini('RegionalSettings', 'ContentObjectLocale', 'site.ini') | |
| $istranslated = false() | |
| $tolanguagename = '' | |
| $tositeaccesscode = '' | |
| $tourlalias = '' | |
| } | |
| {if $currentlanguage|compare('eng-GB')} | |
| {set | |
| $istranslated = cond($node.object.available_languages|contains('nor-NO'), true(), 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
| <?php /* #?ini charset="utf-8"? | |
| [ExtensionSettings] | |
| DesignExtensions[]=demo | |
| [JavaScriptSettings] | |
| HeaderJavaScriptList[] | |
| HeaderJavaScriptList[]=galleria-1.2.6.js | |
| FooterJavaScriptList[] |
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 /* #?ini charset="utf-8"? | |
| [General] | |
| AllowedTypes[] | |
| AllowedTypes[]=Nyheter | |
| [Nyheter] | |
| Name=Nyheter | |
| ManualAddingOfItems=disabled | |
| ViewList[]=news |
NewerOlder