SproutCMS

This is the code documentation for the SproutCMS project

class SocialNetworking

Has methods for outputting links for submitting to a number of social networking sites

Source code (5 results)

/skin/default/config/sprout.php   Highlighted file source

Line 52: * <?php echo SocialNetworking::pageLink('facebook'); ?>Facebook</a>

/skin/harbor/config/sprout.php   Highlighted file source

Line 52: * <?php echo SocialNetworking::pageLink('facebook'); ?>Facebook</a>

/sprout/Controllers/PageController.php   Highlighted file source

Line 36: use Sprout\Helpers\SocialNetworking;
Line 296: SocialNetworking::details($page['name'], $page_view->main_content);

/sprout/Helpers/SproutVariable.php   Highlighted file source

Line 61: 'networking' => new SocialNetworking(),

A total of 6 lines in 5 files were found