This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="wrapper"> | |
<div id="mytext"> | |
<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p> | |
</div> | |
<button id="mybutton" class="mobile-only">Read More</button> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* @group standard koc styles */ | |
img { | |
border: 0 none; | |
/*border: 1px solid #000;*/ | |
} | |
img.noborder { | |
border: 0 none !important; | |
} | |
/*image caption formats*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: modules/paging/paging.module | |
=================================================================== | |
--- modules/paging/paging.module (revision 221) | |
+++ modules/paging/paging.module (working copy) | |
@@ -408,17 +408,18 @@ | |
* Implementation of hook_nodeapi(). | |
*/ | |
function paging_nodeapi(&$node, $op, $teaser = NULL, $page = NULL) { | |
+ | |
// Act only when paging is enabled for node's type and when node is being rendered for normal views. |