Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $item->jcfields = FieldsHelper::getFields('com_content.article', $item, true);
- $fields = [];
- foreach($item->jcfields as $jcfield)
- {
- $fields[$jcfield->name] = $jcfield;
- }
- //print_r($fields);
- $pubLink = $fields['link-do-publikacji']->rawvalue;
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement