Google Translate: |
Upgrading from v4.0.x to v4.1.xEdit the following file:skins/YOURSKIN/styleTemplates/boxes/siteDocs.tpl Find the following line: <a href="index.php?_a=viewDoc&docId={DATA.doc_id}" class="txtSiteDocs">{DATA.doc_name}</a>
Change to:
<a href="{DATA.doc_url}" class="txtSiteDocs" {DATA.doc_url_target}>{DATA.doc_name}</a>
|
| Comments, Feedback, Suggestions and Documentation Submissions please post in the Documentation Chat Forum. |