Skip to content

Instantly share code, notes, and snippets.

@Drabush
Created February 6, 2016 20:57
Show Gist options
  • Save Drabush/6d6fad007838cad10da4 to your computer and use it in GitHub Desktop.
Save Drabush/6d6fad007838cad10da4 to your computer and use it in GitHub Desktop.
Show «parent name» snippet
<?php
//Отображение названия родительской категории
//[[+parent:getThisField=`pagetitle`]]
$parent = $modx->getObject('modResource',$input);
$field = $parent ->get($options);
return $field;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment