what does this do
Permalink
am viewing a theme and have a rough idea what the piece of code does but would like to know for sure:
<?php
if ($c->isEditMode()) {
?>
<style>
#logintxtblank
{
overflow:visible;
}
</style>
<?php
}
?>
<?php
if ($c->isEditMode()) {
?>
<style>
#logintxtblank
{
overflow:visible;
}
</style>
<?php
}
?>
Without actually knowing what theme it is, I can't say for sure why that's there, but that's what it does.