Commit 1b1d0d98 by Arun Raj

Adding header text near logo

parent 2330cce2
...@@ -35,7 +35,7 @@ if ($logo_url || $logo_light_url || $logo_mobile_url) ...@@ -35,7 +35,7 @@ if ($logo_url || $logo_light_url || $logo_mobile_url)
esc_url( $logo_url ) esc_url( $logo_url )
); );
printf( printf(
'<a class="logo-mobile" href="%1$s" title="%2$s" rel="home"><img src="%3$s" alt="%2$s"/></a>', '<a class="logo-mobile" href="%1$s" title="%2$s" rel="home"><img src="%3$s" alt="%2$s"/></a><br><span class="color-primary">ചിന്താ വിഷയം :</span> <span class="color-secondary">മതം ഏതായാലും മനുഷ്യന്‍ നന്നായാല്‍ മതി</span>',
esc_url( home_url( '/' ) ), esc_url( home_url( '/' ) ),
esc_attr( get_bloginfo( 'name' ) ), esc_attr( get_bloginfo( 'name' ) ),
esc_url( $logo_mobile_url ) esc_url( $logo_mobile_url )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment