From: Laury GvR Date: Thu, 19 Mar 2015 15:44:29 +0000 (-0400) Subject: Testing video gallery script rpelacement X-Git-Tag: v1.0.0^2~16 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=46cf15c660567cfbafb03823055403d1111f80bf;p=WP-Themes%2FEMSEmmet.git Testing video gallery script rpelacement --- diff --git a/functions.php b/functions.php index 2dda100..477ad67 100644 --- a/functions.php +++ b/functions.php @@ -133,6 +133,16 @@ function glm_site_scripts() ); if(is_front_page()) { } + if(is_page('videos')) { + echo ''; + } }