[ create a new paste ] login | about

Link: http://codepad.org/0XtNLHHz    [ raw code | output | fork ]

PHP, pasted on Apr 22:
  		// Aeva Media changes
		'aeva' => array(
			'title' => $txt['aeva_gallery'],
			'areas' => array(
				'aeva' => array(
					'file' => 'Aeva-Gallery2.php',
					'function' => 'aeva_profileSummary',
					'label' => $txt['aeva_profile_sum'],
					'permission' => array(
						'own' => array('aeva_viewprofile'),
						'any' => array('aeva_viewprofile'),
					),
					'load_member' => true,
				),
				'aevaitems' => array(
					'file' => 'Aeva-Gallery2.php',
					'function' => 'aeva_profileItems',
					'label' => $txt['aeva_view_items'],
					'permission' => array(
						'own' => array('aeva_viewprofile'),
						'any' => array('aeva_viewprofile'),
					),
					'load_member' => true,
				),
				'aevacoms' => array(
					'file' => 'Aeva-Gallery2.php',
					'function' => 'aeva_profileComments',
					'label' => $txt['aeva_view_coms'],
					'permission' => array(
						'own' => array('aeva_viewprofile'),
						'any' => array('aeva_viewprofile'),
					),
					'load_member' => true,
				),
				'aevavotes' => array(
					'file' => 'Aeva-Gallery2.php',
					'function' => 'aeva_profileVotes',
					'label' => $txt['aeva_view_votes'],
					'permission' => array(
						'own' => array('aeva_viewprofile'),
						'any' => array('aeva_viewprofile'),
					),
					'load_member' => true,
				),
			),
		);
		// End Aeva Media changes


Output:
  		// Aeva Media changes
		'aeva' => array(
			'title' => $txt['aeva_gallery'],
			'areas' => array(
				'aeva' => array(
					'file' => 'Aeva-Gallery2.php',
					'function' => 'aeva_profileSummary',
					'label' => $txt['aeva_profile_sum'],
					'permission' => array(
						'own' => array('aeva_viewprofile'),
						'any' => array('aeva_viewprofile'),
					),
					'load_member' => true,
				),
				'aevaitems' => array(
					'file' => 'Aeva-Gallery2.php',
					'function' => 'aeva_profileItems',
					'label' => $txt['aeva_view_items'],
					'permission' => array(
						'own' => array('aeva_viewprofile'),
						'any' => array('aeva_viewprofile'),
					),
					'load_member' => true,
				),
				'aevacoms' => array(
					'file' => 'Aeva-Gallery2.php',
					'function' => 'aeva_profileComments',
					'label' => $txt['aeva_view_coms'],
					'permission' => array(
						'own' => array('aeva_viewprofile'),
						'any' => array('aeva_viewprofile'),
					),
					'load_member' => true,
				),
				'aevavotes' => array(
					'file' => 'Aeva-Gallery2.php',
					'function' => 'aeva_profileVotes',
					'label' => $txt['aeva_view_votes'],
					'permission' => array(
						'own' => array('aeva_viewprofile'),
						'any' => array('aeva_viewprofile'),
					),
					'load_member' => true,
				),
			),
		);
		// End Aeva Media changes


Create a new paste based on this one


Comments: