Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter Student_forever

    (@student_forever)

    Thanks for a quick revert. Please find the code. The said hook is there.

    <footer>
    	<div class="row">
    		<div class="eight columns">
    		 <?php $defaultFooterText = "&copy; " . date('Y') . " " . get_bloginfo('name') . "  All Rights Reserved ";
    		  	echo ($realtor_footerText != '') ? $realtor_footerText : $defaultFooterText; ?>
    		</div><!-- #access -->
    		<div class="four columns credits">
    			 <a href="http://www.lpgsafety.com" rel="nofollow">A PRISM group website</a>
    		</div>
    	</div>
    </footer>
    <?php wp_footer(); ?>
    </body>
    </html>
Viewing 1 replies (of 1 total)