Changeset 1521163
- Timestamp:
- 10/24/2016 02:28:52 PM (9 years ago)
- File:
-
- 1 edited
-
webcourier/trunk/views/pesquisa_edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
webcourier/trunk/views/pesquisa_edit.php
r1373354 r1521163 34 34 $survey_idx = 9999999999; 35 35 } 36 $admin_email = get_option('admin_email'); 36 37 ?> 37 38 <div class="wrap webcourier-search" ng-app="pesquisa"> … … 160 161 var url = '<?= $pesquisa_url; ?>'; 161 162 var currentEvent = '<?= $currentEvento ? $currentEvento : '0'; ?>'; 163 var admin_email = '<?= $admin_email ? $admin_email : ''; ?>'; 162 164 </script> 163 165
Note: See TracChangeset
for help on using the changeset viewer.