From 819eadbcfaf12c22137d0039a0a1b60b622a2a55 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 7 Feb 2018 14:05:05 -0500 Subject: [PATCH] adding class to the jobs list header element adding class to the header element in the jobs list to make theme styling easier --- views/front/jobList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/front/jobList.php b/views/front/jobList.php index 02774e2..1e92748 100644 --- a/views/front/jobList.php +++ b/views/front/jobList.php @@ -2,7 +2,7 @@
-

post_title;?>

+

post_title;?>

glm_jobs_property) : ?>
glm_jobs_property ) > 1 ) ? GLM_EMP_DEPARTMENT_PLURAL . ':' : GLM_EMP_DEPARTMENT_SINGLE . ':' ?> -- 2.17.1