magentos-pl / opencaching-pl

Automatically exported from code.google.com/p/opencaching-pl
0 stars 0 forks source link

Linking hardcoded Polish wiki links via settings.inc.php #146

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Can please some programmer explain me (in simple text) how i can re-link a 
hardcoded wiki link.

wloczynutka has made a array line with several wiki links in 
settings-example.inc.php.

For example the line:
    $wikiLinks = array(
        'placingCache' => 'http://wiki.opencaching.nl/index.php/Zakładanie_skrzynki',
    );
The hardcoded link is in newcache_info.tpl.php on line 34.

I do not know if this is simple or hard but i need some help with it.

Thanks

Original issue reported on code.google.com by henricus...@gmail.com on 9 Jul 2014 at 7:25

GoogleCodeExporter commented 9 years ago
try (...) href="<?php print $wikiLinks['placingCache'];?>" (...)

or (...) href="{wikilinkPlacingCacge}" (...) and add tpl_var in php processing 
newcache_info.tpl.php

Original comment by wloczynutka on 11 Jul 2014 at 9:40

GoogleCodeExporter commented 9 years ago
Is solved.

Original comment by henricus...@gmail.com on 20 Dec 2014 at 9:43